Html Css Color HEX #710200 Maroon

📋 copy color: '#710200'

red 113 ◦ green 2 ◦ blue 0

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

Shades of Maroon #710200

Tints of Maroon #710200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.26%
G = 1.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#710200 (or 0x710200) is known color: Maroon. HEX triplet: 71, 02 and 00. RGB value is (113,2,0). Sum of RGB (Red+Green+Blue) = 113+2+0=115 (15% of max value = 765). Red value is 113 (44.53% from 255 or 98.26% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 113 - color contains mainly: red. Hex color #710200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710200 is #8EFDFF. Grayscale: #232323. Windows color (decimal): -9371136 or 625. OLE color: 625.

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

Color convert

RGB 113 2 0 -
CMYK 0 0.98 1 0.56
HSL 1.06º 1% 0.22% -
HSV(B) 1.06º 1% 0.44% -
XYZ 6.83 3.55 0.33 -
YUV 34.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 113 2 0 0 0.98 1 0.56 1.06 1 0.22
Hex 71 2 0 0 62 64 38 1 64 16
Octal 161 2 0 0 142 144 70 1 144 26
Binary 1110001 10 0 0 1100010 1100100 111000 1 1100100 10110

Color Harmonies of #710200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710200

Black with #710200

Text Example


Text Example

White with #710200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710200; }

 p { color: rgb(113,2,0); }

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

background-color css

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

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

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

border-color css

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

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

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