#6B0416

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

Shades of Burgundy #6B0416

Tints of Burgundy #6B0416

Color information

#6B0416 (or 0x6B0416) is unknown color: approx Burgundy. HEX triplet: 6B, 04 and 16. RGB value is (107,4,22). Sum of RGB (Red+Green+Blue) = 107+4+22=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0416 is #94FBE9. Grayscale: #242424. Windows color (decimal): -9763818 or 1442923. OLE color: 1442923.

HSL color Cylindrical-coordinate representation of color #6B0416: hue angle of 349.51º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0416 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB107422-
CMYK00.960.790.58
HSL349.51º92.79%21.76%-
HSV(B)349.51º96.26%41.96%-
XYZ6.253.271.06-
YUV36.85119.62178.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 80.45%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=80.45%
G=3.01%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10742200.960.790.58349.5192.7921.76
Hex6B4160604F3A15e5d16
Octal15342601401177253613526
Binary110101110010110011000001001111111010101011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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