Html Css Color HEX #710707 Maroon

📋 copy color: '#710707'

red 113 ◦ green 7 ◦ blue 7

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

Shades of Maroon #710707

Tints of Maroon #710707

RGB

 RED value IS 113 (44.53% from 255) = 88.98%

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

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

R = 88.98%
G = 5.51%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#710707 (or 0x710707) is known color: Maroon. HEX triplet: 71, 07 and 07. RGB value is (113,7,7). Sum of RGB (Red+Green+Blue) = 113+7+7=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #710707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710707 is #8EF8F8. Grayscale: #262626. Windows color (decimal): -9369849 or 460657. OLE color: 460657.

HSL color Cylindrical-coordinate representation of color #710707: hue angle of 0º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710707 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 7 -
CMYK 0 0.94 0.94 0.56
HSL 0.88% 0.24% -
HSV(B) 0.94% 0.44% -
XYZ 6.92 3.68 0.55 -
YUV 38.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 113 7 7 0 0.94 0.94 0.56 0 0.88 0.24
Hex 71 7 7 0 5E 5E 38 0 58 18
Octal 161 7 7 0 136 136 70 0 130 30
Binary 1110001 111 111 0 1011110 1011110 111000 0 1011000 11000

Color Harmonies of #710707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710707

Black with #710707

Text Example


Text Example

White with #710707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710707; }

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

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

background-color css

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

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

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

border-color css

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

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

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