#6B0222

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

Shades of Burgundy #6B0222

Tints of Burgundy #6B0222

Color information

#6B0222 (or 0x6B0222) is unknown color: approx Burgundy. HEX triplet: 6B, 02 and 22. RGB value is (107,2,34). Sum of RGB (Red+Green+Blue) = 107+2+34=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0222 is #94FDDD. Grayscale: #252525. Windows color (decimal): -9764318 or 2228843. OLE color: 2228843.

HSL color Cylindrical-coordinate representation of color #6B0222: hue angle of 341.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0222 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB107234-
CMYK00.980.680.58
HSL341.71º96.33%21.37%-
HSV(B)341.71º98.13%41.96%-
XYZ6.373.281.81-
YUV37.04126.29177.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 74.83%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=74.83%
G=1.40%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10723400.980.680.58341.7196.3321.37
Hex6B222062443A1566015
Octal15324201421047252614025
Binary110101110100010011000101000100111010101010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0222; }

 p { color: rgb(107,2,34); }

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

<style>
 a { background-color: #6B0222; }

 a { background-color: rgb(107,2,34); }

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

<style>
 span { border-color: #6B0222; }

 span { border-color: rgb(107,2,34); }

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