#6F0620

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

Shades of Burgundy #6F0620

Tints of Burgundy #6F0620

Color information

#6F0620 (or 0x6F0620) is unknown color: approx Burgundy. HEX triplet: 6F, 06 and 20. RGB value is (111,6,32). Sum of RGB (Red+Green+Blue) = 111+6+32=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0620 is #90F9DF. Grayscale: #282828. Windows color (decimal): -9501152 or 2098799. OLE color: 2098799.

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

Color convert

RGB111632-
CMYK00.950.710.56
HSL345.14º89.74%22.94%-
HSV(B)345.14º94.59%43.53%-
XYZ6.883.611.7-
YUV40.36123.29178.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74.50%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=74.50%
G=4.03%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11163200.950.710.56345.1489.7422.94
Hex6F62005F47381595a17
Octal15764001371077053113227
Binary1101111110100000010111111000111111000101011001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,6,32); }

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

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

 a { background-color: rgb(111,6,32); }

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

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

 span { border-color: rgb(111,6,32); }

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