Html Css Color HEX #721302 Maroon

📋 copy color: '#721302'

red 114 ◦ green 19 ◦ blue 2

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

Shades of Maroon #721302

Tints of Maroon #721302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 84.44%
G = 14.07%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#721302 (or 0x721302) is known color: Maroon. HEX triplet: 72, 13 and 02. RGB value is (114,19,2). Sum of RGB (Red+Green+Blue) = 114+19+2=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #721302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721302 is #8DECFD. Grayscale: #2D2D2D. Windows color (decimal): -9301246 or 136050. OLE color: 136050.

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

Color convert

RGB 114 19 2 -
CMYK 0 0.83 0.98 0.55
HSL 9.11º 0.97% 0.23% -
HSV(B) 9.11º 0.98% 0.45% -
XYZ 7.18 4.05 0.46 -
YUV 45.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 114 19 2 0 0.83 0.98 0.55 9.11 0.97 0.23
Hex 72 13 2 0 53 62 37 9 61 17
Octal 162 23 2 0 123 142 67 11 141 27
Binary 1110010 10011 10 0 1010011 1100010 110111 1001 1100001 10111

Color Harmonies of #721302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721302

Black with #721302

Text Example


Text Example

White with #721302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721302; }

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

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

background-color css

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

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

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

border-color css

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

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

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