Html Css Color HEX #710E02 Maroon

📋 copy color: '#710E02'

red 113 ◦ green 14 ◦ blue 2

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

Shades of Maroon #710E02

Tints of Maroon #710E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.85%

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

R = 87.6%
G = 10.85%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#710E02 (or 0x710E02) is known color: Maroon. HEX triplet: 71, 0E and 02. RGB value is (113,14,2). Sum of RGB (Red+Green+Blue) = 113+14+2=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E02 is #8EF1FD. Grayscale: #2A2A2A. Windows color (decimal): -9368062 or 134769. OLE color: 134769.

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

Color convert

RGB 113 14 2 -
CMYK 0 0.88 0.98 0.56
HSL 6.49º 0.97% 0.23% -
HSV(B) 6.49º 0.98% 0.44% -
XYZ 6.98 3.83 0.43 -
YUV 42.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 113 14 2 0 0.88 0.98 0.56 6.49 0.97 0.23
Hex 71 E 2 0 58 62 38 6 61 17
Octal 161 16 2 0 130 142 70 6 141 27
Binary 1110001 1110 10 0 1011000 1100010 111000 110 1100001 10111

Color Harmonies of #710E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E02

Black with #710E02

Text Example


Text Example

White with #710E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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