#6F031B

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

Shades of Burgundy #6F031B

Tints of Burgundy #6F031B

Color information

#6F031B (or 0x6F031B) is unknown color: approx Burgundy. HEX triplet: 6F, 03 and 1B. RGB value is (111,3,27). Sum of RGB (Red+Green+Blue) = 111+3+27=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F031B is #90FCE4. Grayscale: #262626. Windows color (decimal): -9501925 or 1770351. OLE color: 1770351.

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

Color convert

RGB111327-
CMYK00.970.760.56
HSL346.67º94.74%22.35%-
HSV(B)346.67º97.3%43.53%-
XYZ6.793.521.36-
YUV38.03121.78180.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.72%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=78.72%
G=2.13%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11132700.970.760.56346.6794.7422.35
Hex6F31B0614C3815b5f16
Octal15733301411147053313726
Binary11011111111011011000011001100111000101011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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