Html Css Color HEX #710402 Maroon

📋 copy color: '#710402'

red 113 ◦ green 4 ◦ blue 2

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

Shades of Maroon #710402

Tints of Maroon #710402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 94.96%
G = 3.36%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#710402 (or 0x710402) is known color: Maroon. HEX triplet: 71, 04 and 02. RGB value is (113,4,2). Sum of RGB (Red+Green+Blue) = 113+4+2=119 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.96% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 113 - color contains mainly: red. Hex color #710402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710402 is #8EFBFD. Grayscale: #242424. Windows color (decimal): -9370622 or 132209. OLE color: 132209.

HSL color Cylindrical-coordinate representation of color #710402: hue angle of 1.08º 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 #710402 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 2 -
CMYK 0 0.96 0.98 0.56
HSL 1.08º 0.97% 0.23% -
HSV(B) 1.08º 0.98% 0.44% -
XYZ 6.86 3.6 0.39 -
YUV 36.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 113 4 2 0 0.96 0.98 0.56 1.08 0.97 0.23
Hex 71 4 2 0 60 62 38 1 61 17
Octal 161 4 2 0 140 142 70 1 141 27
Binary 1110001 100 10 0 1100000 1100010 111000 1 1100001 10111

Color Harmonies of #710402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710402

Black with #710402

Text Example


Text Example

White with #710402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710402; }

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

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

background-color css

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

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

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

border-color css

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

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

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