Html Css Color HEX #720A02 Maroon

📋 copy color: '#720A02'

red 114 ◦ green 10 ◦ blue 2

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

Shades of Maroon #720A02

Tints of Maroon #720A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.94%

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

R = 90.48%
G = 7.94%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#720A02 (or 0x720A02) is known color: Maroon. HEX triplet: 72, 0A and 02. RGB value is (114,10,2). Sum of RGB (Red+Green+Blue) = 114+10+2=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #720A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A02 is #8DF5FD. Grayscale: #282828. Windows color (decimal): -9303550 or 133746. OLE color: 133746.

HSL color Cylindrical-coordinate representation of color #720A02: hue angle of 4.29º 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 #720A02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 2 -
CMYK 0 0.91 0.98 0.55
HSL 4.29º 0.97% 0.23% -
HSV(B) 4.29º 0.98% 0.45% -
XYZ 7.06 3.8 0.42 -
YUV 40.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 114 10 2 0 0.91 0.98 0.55 4.29 0.97 0.23
Hex 72 A 2 0 5B 62 37 4 61 17
Octal 162 12 2 0 133 142 67 4 141 27
Binary 1110010 1010 10 0 1011011 1100010 110111 100 1100001 10111

Color Harmonies of #720A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A02

Black with #720A02

Text Example


Text Example

White with #720A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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