Html Css Color HEX #711500 Maroon

📋 copy color: '#711500'

red 113 ◦ green 21 ◦ blue 0

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

Shades of Maroon #711500

Tints of Maroon #711500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.33%
G = 15.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711500 (or 0x711500) is known color: Maroon. HEX triplet: 71, 15 and 00. RGB value is (113,21,0). Sum of RGB (Red+Green+Blue) = 113+21+0=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #711500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711500 is #8EEAFF. Grayscale: #2E2E2E. Windows color (decimal): -9366272 or 5489. OLE color: 5489.

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

Color convert

RGB 113 21 0 -
CMYK 0 0.81 1 0.56
HSL 11.15º 1% 0.22% -
HSV(B) 11.15º 1% 0.44% -
XYZ 7.08 4.05 0.41 -
YUV 46.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 113 21 0 0 0.81 1 0.56 11.15 1 0.22
Hex 71 15 0 0 51 64 38 B 64 16
Octal 161 25 0 0 121 144 70 13 144 26
Binary 1110001 10101 0 0 1010001 1100100 111000 1011 1100100 10110

Color Harmonies of #711500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711500

Black with #711500

Text Example


Text Example

White with #711500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711500; }

 p { color: rgb(113,21,0); }

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

background-color css

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

 a { background-color: rgb(113,21,0); }

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

border-color css

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

 span { border-color: rgb(113,21,0); }

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