#6F0420

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

Shades of Burgundy #6F0420

Tints of Burgundy #6F0420

Color information

#6F0420 (or 0x6F0420) is unknown color: approx Burgundy. HEX triplet: 6F, 04 and 20. RGB value is (111,4,32). Sum of RGB (Red+Green+Blue) = 111+4+32=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0420 is #90FBDF. Grayscale: #272727. Windows color (decimal): -9501664 or 2098287. OLE color: 2098287.

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

Color convert

RGB111432-
CMYK00.960.710.56
HSL344.3º93.04%22.55%-
HSV(B)344.3º96.4%43.53%-
XYZ6.863.571.69-
YUV39.18123.95179.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 75.51%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=75.51%
G=2.72%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11143200.960.710.56344.393.0422.55
Hex6F42006047381585d17
Octal15744001401077053013527
Binary1101111100100000011000001000111111000101011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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