#6B0019

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

Shades of Burgundy #6B0019

Tints of Burgundy #6B0019

Color information

#6B0019 (or 0x6B0019) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 19. RGB value is (107,0,25). Sum of RGB (Red+Green+Blue) = 107+0+25=132 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.06% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0019 is #94FFE6. Grayscale: #222222. Windows color (decimal): -9764839 or 1638507. OLE color: 1638507.

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

Color convert

RGB107025-
CMYK010.770.58
HSL345.98º100%20.98%-
HSV(B)345.98º100%41.96%-
XYZ6.243.21.21-
YUV34.84122.45179.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 81.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=81.06%
G=0%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107025010.770.58345.9810020.98
Hex6B0190644D3A15a6415
Octal15303101441157253214425
Binary1101011011001011001001001101111010101011010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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