#6F0213

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

Shades of Burgundy #6F0213

Tints of Burgundy #6F0213

Color information

#6F0213 (or 0x6F0213) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 13. RGB value is (111,2,19). Sum of RGB (Red+Green+Blue) = 111+2+19=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0213 is #90FDEC. Grayscale: #242424. Windows color (decimal): -9502189 or 1245807. OLE color: 1245807.

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

Color convert

RGB111219-
CMYK00.980.830.56
HSL350.64º96.46%22.16%-
HSV(B)350.64º98.2%43.53%-
XYZ6.693.470.93-
YUV36.53118.11181.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 84.09%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=84.09%
G=1.52%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121900.980.830.56350.6496.4622.16
Hex6F213062533815f6016
Octal15722301421237053714026
Binary11011111010011011000101010011111000101011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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