#67020C

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

Shades of Burgundy #67020C

Tints of Burgundy #67020C

Color information

#67020C (or 0x67020C) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 0C. RGB value is (103,2,12). Sum of RGB (Red+Green+Blue) = 103+2+12=117 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.03% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 103 - color contains mainly: red. Hex color #67020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67020C is #98FDF3. Grayscale: #212121. Windows color (decimal): -10026484 or 787047. OLE color: 787047.

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

Color convert

RGB103212-
CMYK00.980.880.60
HSL354.06º96.19%20.59%-
HSV(B)354.06º98.06%40.39%-
XYZ5.682.950.62-
YUV33.34115.96177.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 88.03%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=88.03%
G=1.71%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321200.980.880.60354.0696.1920.59
Hex672C062583C1626015
Octal14721401421307454214025
Binary1100111101100011000101011000111100101100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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