Html Css Color HEX #610705 Maroon

📋 copy color: '#610705'

red 97 ◦ green 7 ◦ blue 5

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

Shades of Maroon #610705

Tints of Maroon #610705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 88.99%
G = 6.42%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#610705 (or 0x610705) is known color: Maroon. HEX triplet: 61, 07 and 05. RGB value is (97,7,5). Sum of RGB (Red+Green+Blue) = 97+7+5=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #610705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610705 is #9EF8FA. Grayscale: #212121. Windows color (decimal): -10418427 or 329569. OLE color: 329569.

HSL color Cylindrical-coordinate representation of color #610705: hue angle of 1.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610705 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 5 -
CMYK 0 0.93 0.95 0.62
HSL 1.3º 0.9% 0.2% -
HSV(B) 1.3º 0.95% 0.38% -
XYZ 5.03 2.7 0.4 -
YUV 33.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 97 7 5 0 0.93 0.95 0.62 1.3 0.9 0.2
Hex 61 7 5 0 5D 5F 3E 1 5A 14
Octal 141 7 5 0 135 137 76 1 132 24
Binary 1100001 111 101 0 1011101 1011111 111110 1 1011010 10100

Color Harmonies of #610705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610705

Black with #610705

Text Example


Text Example

White with #610705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610705; }

 p { color: rgb(97,7,5); }

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

background-color css

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

 a { background-color: rgb(97,7,5); }

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

border-color css

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

 span { border-color: rgb(97,7,5); }

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