#6B0004

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

Shades of Burgundy #6B0004

Tints of Burgundy #6B0004

Color information

#6B0004 (or 0x6B0004) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 04. RGB value is (107,0,4). Sum of RGB (Red+Green+Blue) = 107+0+4=111 (14% of max value = 765). Red value is 107 (42.19% from 255 or 96.40% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0004 is #94FFFB. Grayscale: #202020. Windows color (decimal): -9764860 or 262251. OLE color: 262251.

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

Color convert

RGB10704-
CMYK010.960.58
HSL357.76º100%20.98%-
HSV(B)357.76º100%41.96%-
XYZ6.093.130.4-
YUV32.45111.95181.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 96.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=96.40%
G=0%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10704010.960.58357.7610020.98
Hex6B04064603A1666415
Octal1530401441407254614425
Binary11010110100011001001100000111010101100110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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