Html Css Color HEX #610902 Maroon

📋 copy color: '#610902'

red 97 ◦ green 9 ◦ blue 2

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

Shades of Maroon #610902

Tints of Maroon #610902

RGB

 RED value IS 97 (38.28% from 255) = 89.81%

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

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

R = 89.81%
G = 8.33%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#610902 (or 0x610902) is known color: Maroon. HEX triplet: 61, 09 and 02. RGB value is (97,9,2). Sum of RGB (Red+Green+Blue) = 97+9+2=108 (14% of max value = 765). Red value is 97 (38.28% from 255 or 89.81% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 97 - color contains mainly: red. Hex color #610902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610902 is #9EF6FD. Grayscale: #222222. Windows color (decimal): -10417918 or 133473. OLE color: 133473.

HSL color Cylindrical-coordinate representation of color #610902: hue angle of 4.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610902 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 9 2 -
CMYK 0 0.91 0.98 0.62
HSL 4.42º 0.96% 0.19% -
HSV(B) 4.42º 0.98% 0.38% -
XYZ 5.04 2.74 0.32 -
YUV 34.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 97 9 2 0 0.91 0.98 0.62 4.42 0.96 0.19
Hex 61 9 2 0 5B 62 3E 4 60 13
Octal 141 11 2 0 133 142 76 4 140 23
Binary 1100001 1001 10 0 1011011 1100010 111110 100 1100000 10011

Color Harmonies of #610902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610902

Black with #610902

Text Example


Text Example

White with #610902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610902; }

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

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

background-color css

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

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

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

border-color css

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

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

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