#6B0315

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

Shades of Burgundy #6B0315

Tints of Burgundy #6B0315

Color information

#6B0315 (or 0x6B0315) is unknown color: approx Burgundy. HEX triplet: 6B, 03 and 15. RGB value is (107,3,21). Sum of RGB (Red+Green+Blue) = 107+3+21=131 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.68% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0315 is #94FCEA. Grayscale: #242424. Windows color (decimal): -9764075 or 1377131. OLE color: 1377131.

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

Color convert

RGB107321-
CMYK00.970.800.58
HSL349.62º94.55%21.57%-
HSV(B)349.62º97.2%41.96%-
XYZ6.233.251.01-
YUV36.15119.46178.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 81.68%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=81.68%
G=2.29%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10732100.970.800.58349.6294.5521.57
Hex6B315061503A15e5f16
Octal15332501411207253613726
Binary11010111110101011000011010000111010101011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,3,21); }

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

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

 a { background-color: rgb(107,3,21); }

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

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

 span { border-color: rgb(107,3,21); }

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