Html Css Color HEX #710F07 Maroon

📋 copy color: '#710F07'

red 113 ◦ green 15 ◦ blue 7

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

Shades of Maroon #710F07

Tints of Maroon #710F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.11%

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

R = 83.7%
G = 11.11%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#710F07 (or 0x710F07) is known color: Maroon. HEX triplet: 71, 0F and 07. RGB value is (113,15,7). Sum of RGB (Red+Green+Blue) = 113+15+7=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F07 is #8EF0F8. Grayscale: #2B2B2B. Windows color (decimal): -9367801 or 462705. OLE color: 462705.

HSL color Cylindrical-coordinate representation of color #710F07: hue angle of 4.53º 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 #710F07 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 7 -
CMYK 0 0.87 0.94 0.56
HSL 4.53º 0.88% 0.24% -
HSV(B) 4.53º 0.94% 0.44% -
XYZ 7.02 3.87 0.58 -
YUV 43.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 113 15 7 0 0.87 0.94 0.56 4.53 0.88 0.24
Hex 71 F 7 0 57 5E 38 5 58 18
Octal 161 17 7 0 127 136 70 5 130 30
Binary 1110001 1111 111 0 1010111 1011110 111000 101 1011000 11000

Color Harmonies of #710F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F07

Black with #710F07

Text Example


Text Example

White with #710F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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