#6B0010

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

Shades of Burgundy #6B0010

Tints of Burgundy #6B0010

Color information

#6B0010 (or 0x6B0010) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 10. RGB value is (107,0,16). Sum of RGB (Red+Green+Blue) = 107+0+16=123 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.99% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0010 is #94FFEF. Grayscale: #212121. Windows color (decimal): -9764848 or 1048683. OLE color: 1048683.

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

Color convert

RGB107016-
CMYK010.850.58
HSL351.03º100%20.98%-
HSV(B)351.03º100%41.96%-
XYZ6.163.160.78-
YUV33.82117.95180.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 86.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=86.99%
G=0%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107016010.850.58351.0310020.98
Hex6B010064553A15f6415
Octal15302001441257253714425
Binary1101011010000011001001010101111010101011111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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