Html Css Color HEX #721000 Maroon

📋 copy color: '#721000'

red 114 ◦ green 16 ◦ blue 0

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

Shades of Maroon #721000

Tints of Maroon #721000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 87.69%
G = 12.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#721000 (or 0x721000) is known color: Maroon. HEX triplet: 72, 10 and 00. RGB value is (114,16,0). Sum of RGB (Red+Green+Blue) = 114+16+0=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #721000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721000 is #8DEFFF. Grayscale: #2B2B2B. Windows color (decimal): -9302016 or 4210. OLE color: 4210.

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

Color convert

RGB 114 16 0 -
CMYK 0 0.86 1 0.55
HSL 8.42º 1% 0.22% -
HSV(B) 8.42º 1% 0.45% -
XYZ 7.12 3.95 0.39 -
YUV 43.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 114 16 0 0 0.86 1 0.55 8.42 1 0.22
Hex 72 10 0 0 56 64 37 8 64 16
Octal 162 20 0 0 126 144 67 10 144 26
Binary 1110010 10000 0 0 1010110 1100100 110111 1000 1100100 10110

Color Harmonies of #721000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721000

Black with #721000

Text Example


Text Example

White with #721000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721000; }

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

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

background-color css

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

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

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

border-color css

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

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

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