#6F0312

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

Shades of Burgundy #6F0312

Tints of Burgundy #6F0312

Color information

#6F0312 (or 0x6F0312) is unknown color: approx Burgundy. HEX triplet: 6F, 03 and 12. RGB value is (111,3,18). Sum of RGB (Red+Green+Blue) = 111+3+18=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0312 is #90FCED. Grayscale: #252525. Windows color (decimal): -9501934 or 1180527. OLE color: 1180527.

HSL color Cylindrical-coordinate representation of color #6F0312: hue angle of 351.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 #6F0312 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB111318-
CMYK00.970.840.56
HSL351.67º94.74%22.35%-
HSV(B)351.67º97.3%43.53%-
XYZ6.73.490.89-
YUV37117.28180.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 84.09%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=84.09%
G=2.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11131800.970.840.56351.6794.7422.35
Hex6F31206154381605f16
Octal15732201411247054013726
Binary11011111110010011000011010100111000101100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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