#6F0313

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

Shades of Burgundy #6F0313

Tints of Burgundy #6F0313

Color information

#6F0313 (or 0x6F0313) is unknown color: approx Burgundy. HEX triplet: 6F, 03 and 13. RGB value is (111,3,19). Sum of RGB (Red+Green+Blue) = 111+3+19=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0313 is #90FCEC. Grayscale: #252525. Windows color (decimal): -9501933 or 1246063. OLE color: 1246063.

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

Color convert

RGB111319-
CMYK00.970.830.56
HSL351.11º94.74%22.35%-
HSV(B)351.11º97.3%43.53%-
XYZ6.713.490.94-
YUV37.12117.78180.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 83.46%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=83.46%
G=2.26%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11131900.970.830.56351.1194.7422.35
Hex6F313061533815f5f16
Octal15732301411237053713726
Binary11011111110011011000011010011111000101011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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