Html Css Color HEX #720903 Maroon

📋 copy color: '#720903'

red 114 ◦ green 9 ◦ blue 3

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

Shades of Maroon #720903

Tints of Maroon #720903

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

 BLUE value IS 3 (1.56% from 255) = 2.38%

R = 90.48%
G = 7.14%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#720903 (or 0x720903) is known color: Maroon. HEX triplet: 72, 09 and 03. RGB value is (114,9,3). Sum of RGB (Red+Green+Blue) = 114+9+3=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #720903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720903 is #8DF6FC. Grayscale: #272727. Windows color (decimal): -9303805 or 199026. OLE color: 199026.

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

Color convert

RGB 114 9 3 -
CMYK 0 0.92 0.97 0.55
HSL 3.24º 0.95% 0.23% -
HSV(B) 3.24º 0.97% 0.45% -
XYZ 7.05 3.78 0.44 -
YUV 39.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 114 9 3 0 0.92 0.97 0.55 3.24 0.95 0.23
Hex 72 9 3 0 5C 61 37 3 5F 17
Octal 162 11 3 0 134 141 67 3 137 27
Binary 1110010 1001 11 0 1011100 1100001 110111 11 1011111 10111

Color Harmonies of #720903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720903

Black with #720903

Text Example


Text Example

White with #720903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720903; }

 p { color: rgb(114,9,3); }

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

background-color css

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

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

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

border-color css

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

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

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