#67011E

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

Shades of Burgundy #67011E

Tints of Burgundy #67011E

Color information

#67011E (or 0x67011E) is unknown color: approx Burgundy. HEX triplet: 67, 01 and 1E. RGB value is (103,1,30). Sum of RGB (Red+Green+Blue) = 103+1+30=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #67011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67011E is #98FEE1. Grayscale: #222222. Windows color (decimal): -10026722 or 1966439. OLE color: 1966439.

HSL color Cylindrical-coordinate representation of color #67011E: hue angle of 342.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67011E is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB103130-
CMYK00.990.710.60
HSL342.94º98.08%20.39%-
HSV(B)342.94º99.03%40.39%-
XYZ5.8431.5-
YUV34.8125.29176.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.87%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=76.87%
G=0.75%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10313000.990.710.60342.9498.0820.39
Hex6711E063473C1576214
Octal14713601431077452714224
Binary1100111111110011000111000111111100101010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67011E; }

 p { color: rgb(103,1,30); }

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

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

 a { background-color: rgb(103,1,30); }

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

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

 span { border-color: rgb(103,1,30); }

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