#691102

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

Shades of Maroon #691102

Tints of Maroon #691102

Color information

#691102 (or 0x691102) is unknown color: approx Maroon. HEX triplet: 69, 11 and 02. RGB value is (105,17,2). Sum of RGB (Red+Green+Blue) = 105+17+2=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #691102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691102 is #96EEFD. Grayscale: #292929. Windows color (decimal): -9891582 or 135529. OLE color: 135529.

HSL color Cylindrical-coordinate representation of color #691102: hue angle of 8.74º 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 #691102 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB105172-
CMYK00.840.980.59
HSL8.74º96.26%20.98%-
HSV(B)8.74º98.1%41.18%-
XYZ6.043.410.4-
YUV41.6105.65173.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84.68%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=84.68%
G=13.71%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10517200.840.980.598.7496.2620.98
Hex69112054623B96015
Octal1512120124142731114025
Binary110100110001100101010011000101110111001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691102; }

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

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

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

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

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

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

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

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