Html Css Color HEX #690902 Maroon

📋 copy color: '#690902'

red 105 ◦ green 9 ◦ blue 2

#690902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #690902

Tints of Maroon #690902

RGB

 RED value IS 105 (41.41% from 255) = 90.52%

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 90.52%
G = 7.76%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#690902 (or 0x690902) is known color: Maroon. HEX triplet: 69, 09 and 02. RGB value is (105,9,2). Sum of RGB (Red+Green+Blue) = 105+9+2=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690902 is #96F6FD. Grayscale: #252525. Windows color (decimal): -9893630 or 133481. OLE color: 133481.

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

Color convert

RGB 105 9 2 -
CMYK 0 0.91 0.98 0.59
HSL 4.08º 0.96% 0.21% -
HSV(B) 4.08º 0.98% 0.41% -
XYZ 5.93 3.2 0.36 -
YUV 36.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 105 9 2 0 0.91 0.98 0.59 4.08 0.96 0.21
Hex 69 9 2 0 5B 62 3B 4 60 15
Octal 151 11 2 0 133 142 73 4 140 25
Binary 1101001 1001 10 0 1011011 1100010 111011 100 1100000 10101

Color Harmonies of #690902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690902

Black with #690902

Text Example


Text Example

White with #690902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690902; }

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

 H1.HeaderClassName
 {
   color: #690902;
 }
 .AnyTagClassName
 {
   color: #690902;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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