#6B000B

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

Shades of Burgundy #6B000B

Tints of Burgundy #6B000B

Color information

#6B000B (or 0x6B000B) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 0B. RGB value is (107,0,11). Sum of RGB (Red+Green+Blue) = 107+0+11=118 (15% of max value = 765). Red value is 107 (42.19% from 255 or 90.68% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 107 - color contains mainly: red. Hex color #6B000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B000B is #94FFF4. Grayscale: #212121. Windows color (decimal): -9764853 or 721003. OLE color: 721003.

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

Color convert

RGB107011-
CMYK010.900.58
HSL353.83º100%20.98%-
HSV(B)353.83º100%41.96%-
XYZ6.123.150.6-
YUV33.25115.45180.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 90.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=90.68%
G=0%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107011010.900.58353.8310020.98
Hex6B0B0645A3A1626415
Octal15301301441327254214425
Binary110101101011011001001011010111010101100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,11); }

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

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

 a { background-color: rgb(107,0,11); }

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

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

 span { border-color: rgb(107,0,11); }

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