Html Css Color HEX #710A02 Maroon

📋 copy color: '#710A02'

red 113 ◦ green 10 ◦ blue 2

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

Shades of Maroon #710A02

Tints of Maroon #710A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8%

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

R = 90.4%
G = 8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#710A02 (or 0x710A02) is known color: Maroon. HEX triplet: 71, 0A and 02. RGB value is (113,10,2). Sum of RGB (Red+Green+Blue) = 113+10+2=125 (16% of max value = 765). Red value is 113 (44.53% from 255 or 90.4% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 113 - color contains mainly: red. Hex color #710A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A02 is #8EF5FD. Grayscale: #282828. Windows color (decimal): -9369086 or 133745. OLE color: 133745.

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

Color convert

RGB 113 10 2 -
CMYK 0 0.91 0.98 0.56
HSL 4.32º 0.97% 0.23% -
HSV(B) 4.32º 0.98% 0.44% -
XYZ 6.93 3.73 0.41 -
YUV 39.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 113 10 2 0 0.91 0.98 0.56 4.32 0.97 0.23
Hex 71 A 2 0 5B 62 38 4 61 17
Octal 161 12 2 0 133 142 70 4 141 27
Binary 1110001 1010 10 0 1011011 1100010 111000 100 1100001 10111

Color Harmonies of #710A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A02

Black with #710A02

Text Example


Text Example

White with #710A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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