#67020E

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

Shades of Burgundy #67020E

Tints of Burgundy #67020E

Color information

#67020E (or 0x67020E) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 0E. RGB value is (103,2,14). Sum of RGB (Red+Green+Blue) = 103+2+14=119 (15% of max value = 765). Red value is 103 (40.62% from 255 or 86.55% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 103 - color contains mainly: red. Hex color #67020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67020E is #98FDF1. Grayscale: #212121. Windows color (decimal): -10026482 or 918119. OLE color: 918119.

HSL color Cylindrical-coordinate representation of color #67020E: hue angle of 352.87º 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 #67020E is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB103214-
CMYK00.980.860.60
HSL352.87º96.19%20.59%-
HSV(B)352.87º98.06%40.39%-
XYZ5.692.960.69-
YUV33.57116.96177.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 86.55%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=86.55%
G=1.68%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321400.980.860.60352.8796.1920.59
Hex672E062563C1616015
Octal14721601421267454114025
Binary1100111101110011000101010110111100101100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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