#6F0229

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

Shades of Burgundy #6F0229

Tints of Burgundy #6F0229

Color information

#6F0229 (or 0x6F0229) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 29. RGB value is (111,2,41). Sum of RGB (Red+Green+Blue) = 111+2+41=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0229 is #90FDD6. Grayscale: #262626. Windows color (decimal): -9502167 or 2687599. OLE color: 2687599.

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

Color convert

RGB111241-
CMYK00.980.630.56
HSL338.53º96.46%22.16%-
HSV(B)338.53º98.2%43.53%-
XYZ6.983.582.42-
YUV39.04129.11179.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=72.08%
G=1.30%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11124100.980.630.56338.5396.4622.16
Hex6F2290623F381536016
Octal1572510142777052314026
Binary11011111010100101100010111111111000101010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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