Html Css Color HEX #720808 Maroon

📋 copy color: '#720808'

red 114 ◦ green 8 ◦ blue 8

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

Shades of Maroon #720808

Tints of Maroon #720808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

 BLUE value IS 8 (3.52% from 255) = 6.15%

R = 87.69%
G = 6.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#720808 (or 0x720808) is known color: Maroon. HEX triplet: 72, 08 and 08. RGB value is (114,8,8). Sum of RGB (Red+Green+Blue) = 114+8+8=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #720808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720808 is #8DF7F7. Grayscale: #272727. Windows color (decimal): -9304056 or 526450. OLE color: 526450.

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

Color convert

RGB 114 8 8 -
CMYK 0 0.93 0.93 0.55
HSL 0.87% 0.24% -
HSV(B) 0.93% 0.45% -
XYZ 7.07 3.77 0.58 -
YUV 39.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 114 8 8 0 0.93 0.93 0.55 0 0.87 0.24
Hex 72 8 8 0 5D 5D 37 0 57 18
Octal 162 10 10 0 135 135 67 0 127 30
Binary 1110010 1000 1000 0 1011101 1011101 110111 0 1010111 11000

Color Harmonies of #720808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720808

Black with #720808

Text Example


Text Example

White with #720808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720808; }

 p { color: rgb(114,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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