#67001E

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

Shades of Burgundy #67001E

Tints of Burgundy #67001E

Color information

#67001E (or 0x67001E) is unknown color: approx Burgundy. HEX triplet: 67, 00 and 1E. RGB value is (103,0,30). Sum of RGB (Red+Green+Blue) = 103+0+30=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #67001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67001E is #98FFE1. Grayscale: #222222. Windows color (decimal): -10026978 or 1966183. OLE color: 1966183.

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

Color convert

RGB103030-
CMYK010.710.60
HSL342.52º100%20.2%-
HSV(B)342.52º100%40.39%-
XYZ5.832.981.5-
YUV34.22125.62177.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 77.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=77.44%
G=0%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103030010.710.60342.5210020.2
Hex6701E064473C1576414
Octal14703601441077452714424
Binary1100111011110011001001000111111100101010111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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