#6B031B

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

Shades of Burgundy #6B031B

Tints of Burgundy #6B031B

Color information

#6B031B (or 0x6B031B) is unknown color: approx Burgundy. HEX triplet: 6B, 03 and 1B. RGB value is (107,3,27). Sum of RGB (Red+Green+Blue) = 107+3+27=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B031B is #94FCE4. Grayscale: #242424. Windows color (decimal): -9764069 or 1770347. OLE color: 1770347.

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

Color convert

RGB107327-
CMYK00.970.750.58
HSL346.15º94.55%21.57%-
HSV(B)346.15º97.2%41.96%-
XYZ6.293.271.34-
YUV36.83122.46178.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=78.10%
G=2.19%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10732700.970.750.58346.1594.5521.57
Hex6B31B0614B3A15a5f16
Octal15333301411137253213726
Binary11010111111011011000011001011111010101011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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