#930637

Color #930637 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #930637

Tints of Burgundy #930637

Color information

#930637 (or 0x930637) is unknown color: approx Burgundy. HEX triplet: 93, 06 and 37. RGB value is (147,6,55). Sum of RGB (Red+Green+Blue) = 147+6+55=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #930637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930637 is #6CF9C8. Grayscale: #353535. Windows color (decimal): -7141833 or 3606163. OLE color: 3606163.

HSL color Cylindrical-coordinate representation of color #930637: hue angle of 339.15º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930637 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB147655-
CMYK00.960.630.42
HSL339.15º92.16%30%-
HSV(B)339.15º95.92%57.65%-
XYZ12.796.614.22-
YUV53.74128.71194.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 70.67%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 55 (21.88% from 255) = 26.44%
R=70.67%
G=2.88%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14765500.960.630.42339.1592.1630
Hex936370603F2A1535c1e
Octal2236670140775252313436
Binary1001001111011011101100000111111101010101010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930637; }

 p { color: rgb(147,6,55); }

 H1.HeaderClassName
 {
   color: #930637;
 }
 .AnyTagClassName
 {
   color: #930637;
 }
</style>
background-color css

<style>
 a { background-color: #930637; }

 a { background-color: rgb(147,6,55); }

 div.DivClassName
 {
   background-color: #930637;
 }
 .BgClassName
 {
   background-color: #930637;
 }
</style>
border-color css

<style>
 span { border-color: #930637; }

 span { border-color: rgb(147,6,55); }

 td.TdClassName
 {
   border-color: #930637;
 }
 .TagClassName
 {
   border-color: #930637;
 }
</style>