Html Css Color HEX #710400 Maroon

📋 copy color: '#710400'

red 113 ◦ green 4 ◦ blue 0

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

Shades of Maroon #710400

Tints of Maroon #710400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

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

R = 96.58%
G = 3.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#710400 (or 0x710400) is known color: Maroon. HEX triplet: 71, 04 and 00. RGB value is (113,4,0). Sum of RGB (Red+Green+Blue) = 113+4+0=117 (15% of max value = 765). Red value is 113 (44.53% from 255 or 96.58% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 113 - color contains mainly: red. Hex color #710400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710400 is #8EFBFF. Grayscale: #242424. Windows color (decimal): -9370624 or 1137. OLE color: 1137.

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

Color convert

RGB 113 4 0 -
CMYK 0 0.96 1 0.56
HSL 2.12º 1% 0.22% -
HSV(B) 2.12º 1% 0.44% -
XYZ 6.85 3.6 0.33 -
YUV 36.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 113 4 0 0 0.96 1 0.56 2.12 1 0.22
Hex 71 4 0 0 60 64 38 2 64 16
Octal 161 4 0 0 140 144 70 2 144 26
Binary 1110001 100 0 0 1100000 1100100 111000 10 1100100 10110

Color Harmonies of #710400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710400

Black with #710400

Text Example


Text Example

White with #710400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710400; }

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

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

background-color css

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

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

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

border-color css

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

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

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