Html Css Color HEX #710603 Maroon

📋 copy color: '#710603'

red 113 ◦ green 6 ◦ blue 3

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

Shades of Maroon #710603

Tints of Maroon #710603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

 BLUE value IS 3 (1.56% from 255) = 2.46%

R = 92.62%
G = 4.92%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#710603 (or 0x710603) is known color: Maroon. HEX triplet: 71, 06 and 03. RGB value is (113,6,3). Sum of RGB (Red+Green+Blue) = 113+6+3=122 (16% of max value = 765). Red value is 113 (44.53% from 255 or 92.62% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 113 - color contains mainly: red. Hex color #710603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710603 is #8EF9FC. Grayscale: #252525. Windows color (decimal): -9370109 or 198257. OLE color: 198257.

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

Color convert

RGB 113 6 3 -
CMYK 0 0.95 0.97 0.56
HSL 1.64º 0.95% 0.23% -
HSV(B) 1.64º 0.97% 0.44% -
XYZ 6.89 3.65 0.43 -
YUV 37.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 113 6 3 0 0.95 0.97 0.56 1.64 0.95 0.23
Hex 71 6 3 0 5F 61 38 2 5F 17
Octal 161 6 3 0 137 141 70 2 137 27
Binary 1110001 110 11 0 1011111 1100001 111000 10 1011111 10111

Color Harmonies of #710603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710603

Black with #710603

Text Example


Text Example

White with #710603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710603; }

 p { color: rgb(113,6,3); }

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

background-color css

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

 a { background-color: rgb(113,6,3); }

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

border-color css

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

 span { border-color: rgb(113,6,3); }

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