Html Css Color HEX #710802 Maroon

📋 copy color: '#710802'

red 113 ◦ green 8 ◦ blue 2

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

Shades of Maroon #710802

Tints of Maroon #710802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 91.87%
G = 6.5%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#710802 (or 0x710802) is known color: Maroon. HEX triplet: 71, 08 and 02. RGB value is (113,8,2). Sum of RGB (Red+Green+Blue) = 113+8+2=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710802 is #8EF7FD. Grayscale: #262626. Windows color (decimal): -9369598 or 133233. OLE color: 133233.

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

Color convert

RGB 113 8 2 -
CMYK 0 0.93 0.98 0.56
HSL 3.24º 0.97% 0.23% -
HSV(B) 3.24º 0.98% 0.44% -
XYZ 6.91 3.69 0.41 -
YUV 38.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 113 8 2 0 0.93 0.98 0.56 3.24 0.97 0.23
Hex 71 8 2 0 5D 62 38 3 61 17
Octal 161 10 2 0 135 142 70 3 141 27
Binary 1110001 1000 10 0 1011101 1100010 111000 11 1100001 10111

Color Harmonies of #710802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710802

Black with #710802

Text Example


Text Example

White with #710802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710802; }

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

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

background-color css

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

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

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

border-color css

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

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

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