Html Css Color HEX #710F03 Maroon

📋 copy color: '#710F03'

red 113 ◦ green 15 ◦ blue 3

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

Shades of Maroon #710F03

Tints of Maroon #710F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.29%

R = 86.26%
G = 11.45%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#710F03 (or 0x710F03) is known color: Maroon. HEX triplet: 71, 0F and 03. RGB value is (113,15,3). Sum of RGB (Red+Green+Blue) = 113+15+3=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #710F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F03 is #8EF0FC. Grayscale: #2B2B2B. Windows color (decimal): -9367805 or 200561. OLE color: 200561.

HSL color Cylindrical-coordinate representation of color #710F03: hue angle of 6.55º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710F03 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 3 -
CMYK 0 0.87 0.97 0.56
HSL 6.55º 0.95% 0.23% -
HSV(B) 6.55º 0.97% 0.44% -
XYZ 7 3.86 0.46 -
YUV 42.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 113 15 3 0 0.87 0.97 0.56 6.55 0.95 0.23
Hex 71 F 3 0 57 61 38 7 5F 17
Octal 161 17 3 0 127 141 70 7 137 27
Binary 1110001 1111 11 0 1010111 1100001 111000 111 1011111 10111

Color Harmonies of #710F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F03

Black with #710F03

Text Example


Text Example

White with #710F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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