#6F0302

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

Shades of Maroon #6F0302

Tints of Maroon #6F0302

Color information

#6F0302 (or 0x6F0302) is unknown color: approx Maroon. HEX triplet: 6F, 03 and 02. RGB value is (111,3,2). Sum of RGB (Red+Green+Blue) = 111+3+2=116 (15% of max value = 765). Red value is 111 (43.75% from 255 or 95.69% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0302 is #90FCFD. Grayscale: #232323. Windows color (decimal): -9501950 or 131951. OLE color: 131951.

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

Color convert

RGB11132-
CMYK00.970.980.56
HSL0.55º96.46%22.16%-
HSV(B)0.55º98.2%43.53%-
XYZ6.63.450.38-
YUV35.18109.28182.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 95.69%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=95.69%
G=2.59%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113200.970.980.560.5596.4622.16
Hex6F32061623816016
Octal15732014114270114026
Binary110111111100110000111000101110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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