#6B0228

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

Shades of Burgundy #6B0228

Tints of Burgundy #6B0228

Color information

#6B0228 (or 0x6B0228) is unknown color: approx Burgundy. HEX triplet: 6B, 02 and 28. RGB value is (107,2,40). Sum of RGB (Red+Green+Blue) = 107+2+40=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0228 is #94FDD7. Grayscale: #252525. Windows color (decimal): -9764312 or 2622059. OLE color: 2622059.

HSL color Cylindrical-coordinate representation of color #6B0228: hue angle of 338.29º 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 #6B0228 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB107240-
CMYK00.980.630.58
HSL338.29º96.33%21.37%-
HSV(B)338.29º98.13%41.96%-
XYZ6.473.322.31-
YUV37.73129.29177.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.81%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=71.81%
G=1.34%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10724000.980.630.58338.2996.3321.37
Hex6B2280623F3A1526015
Octal1532500142777252214025
Binary11010111010100001100010111111111010101010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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