#691002

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

Shades of Maroon #691002

Tints of Maroon #691002

Color information

#691002 (or 0x691002) is unknown color: approx Maroon. HEX triplet: 69, 10 and 02. RGB value is (105,16,2). Sum of RGB (Red+Green+Blue) = 105+16+2=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #691002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691002 is #96EFFD. Grayscale: #292929. Windows color (decimal): -9891838 or 135273. OLE color: 135273.

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

Color convert

RGB105162-
CMYK00.850.980.59
HSL8.16º96.26%20.98%-
HSV(B)8.16º98.1%41.18%-
XYZ6.023.380.39-
YUV41.02105.99173.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 85.37%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=85.37%
G=13.01%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10516200.850.980.598.1696.2620.98
Hex69102055623B86015
Octal1512020125142731014025
Binary110100110000100101010111000101110111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691002; }

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

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

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

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

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

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

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

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