Html Css Color HEX #720902 Maroon

📋 copy color: '#720902'

red 114 ◦ green 9 ◦ blue 2

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

Shades of Maroon #720902

Tints of Maroon #720902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 91.2%
G = 7.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#720902 (or 0x720902) is known color: Maroon. HEX triplet: 72, 09 and 02. RGB value is (114,9,2). Sum of RGB (Red+Green+Blue) = 114+9+2=125 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.2% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 114 - color contains mainly: red. Hex color #720902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720902 is #8DF6FD. Grayscale: #272727. Windows color (decimal): -9303806 or 133490. OLE color: 133490.

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

Color convert

RGB 114 9 2 -
CMYK 0 0.92 0.98 0.55
HSL 3.75º 0.97% 0.23% -
HSV(B) 3.75º 0.98% 0.45% -
XYZ 7.05 3.78 0.42 -
YUV 39.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 114 9 2 0 0.92 0.98 0.55 3.75 0.97 0.23
Hex 72 9 2 0 5C 62 37 4 61 17
Octal 162 11 2 0 134 142 67 4 141 27
Binary 1110010 1001 10 0 1011100 1100010 110111 100 1100001 10111

Color Harmonies of #720902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720902

Black with #720902

Text Example


Text Example

White with #720902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720902; }

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

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

background-color css

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

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

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

border-color css

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

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

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