#67030C

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

Shades of Burgundy #67030C

Tints of Burgundy #67030C

Color information

#67030C (or 0x67030C) is unknown color: approx Burgundy. HEX triplet: 67, 03 and 0C. RGB value is (103,3,12). Sum of RGB (Red+Green+Blue) = 103+3+12=118 (15% of max value = 765). Red value is 103 (40.62% from 255 or 87.29% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 103 - color contains mainly: red. Hex color #67030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67030C is #98FCF3. Grayscale: #212121. Windows color (decimal): -10026228 or 787303. OLE color: 787303.

HSL color Cylindrical-coordinate representation of color #67030C: hue angle of 354.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB103312-
CMYK00.970.880.60
HSL354.6º94.34%20.78%-
HSV(B)354.6º97.09%40.39%-
XYZ5.692.980.62-
YUV33.93115.63177.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 87.29%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=87.29%
G=2.54%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10331200.970.880.60354.694.3420.78
Hex673C061583C1635e15
Octal14731401411307454313625
Binary1100111111100011000011011000111100101100011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67030C; }

 p { color: rgb(103,3,12); }

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

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

 a { background-color: rgb(103,3,12); }

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

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

 span { border-color: rgb(103,3,12); }

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