#6F020F

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

Shades of Burgundy #6F020F

Tints of Burgundy #6F020F

Color information

#6F020F (or 0x6F020F) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 0F. RGB value is (111,2,15). Sum of RGB (Red+Green+Blue) = 111+2+15=128 (16% of max value = 765). Red value is 111 (43.75% from 255 or 86.72% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 111 - color contains mainly: red. Hex color #6F020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F020F is #90FDF0. Grayscale: #242424. Windows color (decimal): -9502193 or 983663. OLE color: 983663.

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

Color convert

RGB111215-
CMYK00.980.860.56
HSL352.84º96.46%22.16%-
HSV(B)352.84º98.2%43.53%-
XYZ6.663.460.77-
YUV36.07116.11181.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 86.72%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=86.72%
G=1.56%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121500.980.860.56352.8496.4622.16
Hex6F2F06256381616016
Octal15721701421267054114026
Binary1101111101111011000101010110111000101100001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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