Html Css Color HEX #610802 Maroon

📋 copy color: '#610802'

red 97 ◦ green 8 ◦ blue 2

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

Shades of Maroon #610802

Tints of Maroon #610802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 90.65%
G = 7.48%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#610802 (or 0x610802) is known color: Maroon. HEX triplet: 61, 08 and 02. RGB value is (97,8,2). Sum of RGB (Red+Green+Blue) = 97+8+2=107 (14% of max value = 765). Red value is 97 (38.28% from 255 or 90.65% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 97 - color contains mainly: red. Hex color #610802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610802 is #9EF7FD. Grayscale: #222222. Windows color (decimal): -10418174 or 133217. OLE color: 133217.

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

Color convert

RGB 97 8 2 -
CMYK 0 0.92 0.98 0.62
HSL 3.79º 0.96% 0.19% -
HSV(B) 3.79º 0.98% 0.38% -
XYZ 5.03 2.72 0.32 -
YUV 33.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 97 8 2 0 0.92 0.98 0.62 3.79 0.96 0.19
Hex 61 8 2 0 5C 62 3E 4 60 13
Octal 141 10 2 0 134 142 76 4 140 23
Binary 1100001 1000 10 0 1011100 1100010 111110 100 1100000 10011

Color Harmonies of #610802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610802

Black with #610802

Text Example


Text Example

White with #610802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610802; }

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

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

background-color css

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

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

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

border-color css

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

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

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