Html Css Color HEX #721800 Maroon

📋 copy color: '#721800'

red 114 ◦ green 24 ◦ blue 0

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

Shades of Maroon #721800

Tints of Maroon #721800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

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

R = 82.61%
G = 17.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#721800 (or 0x721800) is known color: Maroon. HEX triplet: 72, 18 and 00. RGB value is (114,24,0). Sum of RGB (Red+Green+Blue) = 114+24+0=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721800 is #8DE7FF. Grayscale: #303030. Windows color (decimal): -9299968 or 6258. OLE color: 6258.

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

Color convert

RGB 114 24 0 -
CMYK 0 0.79 1 0.55
HSL 12.63º 1% 0.22% -
HSV(B) 12.63º 1% 0.45% -
XYZ 7.27 4.23 0.43 -
YUV 48.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 114 24 0 0 0.79 1 0.55 12.63 1 0.22
Hex 72 18 0 0 4F 64 37 D 64 16
Octal 162 30 0 0 117 144 67 15 144 26
Binary 1110010 11000 0 0 1001111 1100100 110111 1101 1100100 10110

Color Harmonies of #721800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721800

Black with #721800

Text Example


Text Example

White with #721800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721800; }

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

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

background-color css

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

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

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

border-color css

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

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

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