#6F0502

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

Shades of Maroon #6F0502

Tints of Maroon #6F0502

Color information

#6F0502 (or 0x6F0502) is unknown color: approx Maroon. HEX triplet: 6F, 05 and 02. RGB value is (111,5,2). Sum of RGB (Red+Green+Blue) = 111+5+2=118 (15% of max value = 765). Red value is 111 (43.75% from 255 or 94.07% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0502 is #90FAFD. Grayscale: #242424. Windows color (decimal): -9501438 or 132463. OLE color: 132463.

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

Color convert

RGB11152-
CMYK00.950.980.56
HSL1.65º96.46%22.16%-
HSV(B)1.65º98.2%43.53%-
XYZ6.623.490.38-
YUV36.35108.62181.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 94.07%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=94.07%
G=4.24%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115200.950.980.561.6596.4622.16
Hex6F5205F623826016
Octal15752013714270214026
Binary11011111011001011111110001011100010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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