#67020B

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

Shades of Burgundy #67020B

Tints of Burgundy #67020B

Color information

#67020B (or 0x67020B) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 0B. RGB value is (103,2,11). Sum of RGB (Red+Green+Blue) = 103+2+11=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #67020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67020B is #98FDF4. Grayscale: #212121. Windows color (decimal): -10026485 or 721511. OLE color: 721511.

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

Color convert

RGB103211-
CMYK00.980.890.60
HSL354.65º96.19%20.59%-
HSV(B)354.65º98.06%40.39%-
XYZ5.682.950.59-
YUV33.22115.46177.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 88.79%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 11 (4.69% from 255) = 9.48%
R=88.79%
G=1.72%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321100.980.890.60354.6596.1920.59
Hex672B062593C1636015
Octal14721301421317454314025
Binary1100111101011011000101011001111100101100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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