Html Css Color HEX #721002 Maroon

📋 copy color: '#721002'

red 114 ◦ green 16 ◦ blue 2

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

Shades of Maroon #721002

Tints of Maroon #721002

RGB

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

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

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

R = 86.36%
G = 12.12%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#721002 (or 0x721002) is known color: Maroon. HEX triplet: 72, 10 and 02. RGB value is (114,16,2). Sum of RGB (Red+Green+Blue) = 114+16+2=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #721002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721002 is #8DEFFD. Grayscale: #2B2B2B. Windows color (decimal): -9302014 or 135282. OLE color: 135282.

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

Color convert

RGB 114 16 2 -
CMYK 0 0.86 0.98 0.55
HSL 7.5º 0.97% 0.23% -
HSV(B) 7.5º 0.98% 0.45% -
XYZ 7.14 3.95 0.44 -
YUV 43.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 114 16 2 0 0.86 0.98 0.55 7.5 0.97 0.23
Hex 72 10 2 0 56 62 37 8 61 17
Octal 162 20 2 0 126 142 67 10 141 27
Binary 1110010 10000 10 0 1010110 1100010 110111 1000 1100001 10111

Color Harmonies of #721002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721002

Black with #721002

Text Example


Text Example

White with #721002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721002; }

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

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

background-color css

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

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

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

border-color css

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

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

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