#690202

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

Shades of Maroon #690202

Tints of Maroon #690202

Color information

#690202 (or 0x690202) is unknown color: approx Maroon. HEX triplet: 69, 02 and 02. RGB value is (105,2,2). Sum of RGB (Red+Green+Blue) = 105+2+2=109 (14% of max value = 765). Red value is 105 (41.41% from 255 or 96.33% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 105 - color contains mainly: red. Hex color #690202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690202 is #96FDFD. Grayscale: #202020. Windows color (decimal): -9895422 or 131689. OLE color: 131689.

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

Color convert

RGB10522-
CMYK00.980.980.59
HSL96.26%20.98%-
HSV(B)98.1%41.18%-
XYZ5.863.050.34-
YUV32.8110.62179.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 96.33%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=96.33%
G=1.83%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052200.980.980.59096.2620.98
Hex6922062623B06015
Octal15122014214273014025
Binary110100110100110001011000101110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690202; }

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

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

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

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

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

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

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

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