Html Css Color HEX #720400 Maroon

📋 copy color: '#720400'

red 114 ◦ green 4 ◦ blue 0

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

Shades of Maroon #720400

Tints of Maroon #720400

RGB

 RED value IS 114 (44.92% from 255) = 96.61%

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

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

R = 96.61%
G = 3.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#720400 (or 0x720400) is known color: Maroon. HEX triplet: 72, 04 and 00. RGB value is (114,4,0). Sum of RGB (Red+Green+Blue) = 114+4+0=118 (15% of max value = 765). Red value is 114 (44.92% from 255 or 96.61% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 114 - color contains mainly: red. Hex color #720400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720400 is #8DFBFF. Grayscale: #242424. Windows color (decimal): -9305088 or 1138. OLE color: 1138.

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

Color convert

RGB 114 4 0 -
CMYK 0 0.96 1 0.55
HSL 2.11º 1% 0.22% -
HSV(B) 2.11º 1% 0.45% -
XYZ 6.98 3.66 0.34 -
YUV 36.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 114 4 0 0 0.96 1 0.55 2.11 1 0.22
Hex 72 4 0 0 60 64 37 2 64 16
Octal 162 4 0 0 140 144 67 2 144 26
Binary 1110010 100 0 0 1100000 1100100 110111 10 1100100 10110

Color Harmonies of #720400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720400

Black with #720400

Text Example


Text Example

White with #720400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720400; }

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

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

background-color css

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

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

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

border-color css

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

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

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