Html Css Color HEX #610707 Maroon

📋 copy color: '#610707'

red 97 ◦ green 7 ◦ blue 7

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

Shades of Maroon #610707

Tints of Maroon #610707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.31%

R = 87.39%
G = 6.31%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#610707 (or 0x610707) is known color: Maroon. HEX triplet: 61, 07 and 07. RGB value is (97,7,7). Sum of RGB (Red+Green+Blue) = 97+7+7=111 (14% of max value = 765). Red value is 97 (38.28% from 255 or 87.39% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 97 - color contains mainly: red. Hex color #610707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610707 is #9EF8F8. Grayscale: #222222. Windows color (decimal): -10418425 or 460641. OLE color: 460641.

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

Color convert

RGB 97 7 7 -
CMYK 0 0.93 0.93 0.62
HSL 0.87% 0.2% -
HSV(B) 0.93% 0.38% -
XYZ 5.04 2.71 0.46 -
YUV 33.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 97 7 7 0 0.93 0.93 0.62 0 0.87 0.2
Hex 61 7 7 0 5D 5D 3E 0 57 14
Octal 141 7 7 0 135 135 76 0 127 24
Binary 1100001 111 111 0 1011101 1011101 111110 0 1010111 10100

Color Harmonies of #610707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610707

Black with #610707

Text Example


Text Example

White with #610707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610707; }

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

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

background-color css

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

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

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

border-color css

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

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

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