#691202

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

Shades of Maroon #691202

Tints of Maroon #691202

Color information

#691202 (or 0x691202) is unknown color: approx Maroon. HEX triplet: 69, 12 and 02. RGB value is (105,18,2). Sum of RGB (Red+Green+Blue) = 105+18+2=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #691202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691202 is #96EDFD. Grayscale: #2A2A2A. Windows color (decimal): -9891326 or 135785. OLE color: 135785.

HSL color Cylindrical-coordinate representation of color #691202: hue angle of 9.32º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #691202 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB105182-
CMYK00.830.980.59
HSL9.32º96.26%20.98%-
HSV(B)9.32º98.1%41.18%-
XYZ6.053.440.4-
YUV42.19105.32172.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=84%
G=14.4%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10518200.830.980.599.3296.2620.98
Hex69122053623B96015
Octal1512220123142731114025
Binary110100110010100101001111000101110111001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691202; }

 p { color: rgb(105,18,2); }

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

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

 a { background-color: rgb(105,18,2); }

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

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

 span { border-color: rgb(105,18,2); }

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