Html Css Color HEX #711303 Maroon

📋 copy color: '#711303'

red 113 ◦ green 19 ◦ blue 3

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

Shades of Maroon #711303

Tints of Maroon #711303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 83.7%
G = 14.07%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#711303 (or 0x711303) is known color: Maroon. HEX triplet: 71, 13 and 03. RGB value is (113,19,3). Sum of RGB (Red+Green+Blue) = 113+19+3=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #711303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711303 is #8EECFC. Grayscale: #2D2D2D. Windows color (decimal): -9366781 or 201585. OLE color: 201585.

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

Color convert

RGB 113 19 3 -
CMYK 0 0.83 0.97 0.56
HSL 8.73º 0.95% 0.23% -
HSV(B) 8.73º 0.97% 0.44% -
XYZ 7.06 3.98 0.48 -
YUV 45.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 113 19 3 0 0.83 0.97 0.56 8.73 0.95 0.23
Hex 71 13 3 0 53 61 38 9 5F 17
Octal 161 23 3 0 123 141 70 11 137 27
Binary 1110001 10011 11 0 1010011 1100001 111000 1001 1011111 10111

Color Harmonies of #711303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711303

Black with #711303

Text Example


Text Example

White with #711303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711303; }

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

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

background-color css

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

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

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

border-color css

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

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

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