Html Css Color HEX #720602 Maroon

📋 copy color: '#720602'

red 114 ◦ green 6 ◦ blue 2

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

Shades of Maroon #720602

Tints of Maroon #720602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

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

R = 93.44%
G = 4.92%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#720602 (or 0x720602) is known color: Maroon. HEX triplet: 72, 06 and 02. RGB value is (114,6,2). Sum of RGB (Red+Green+Blue) = 114+6+2=122 (16% of max value = 765). Red value is 114 (44.92% from 255 or 93.44% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 114 - color contains mainly: red. Hex color #720602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720602 is #8DF9FD. Grayscale: #252525. Windows color (decimal): -9304574 or 132722. OLE color: 132722.

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

Color convert

RGB 114 6 2 -
CMYK 0 0.95 0.98 0.55
HSL 2.14º 0.97% 0.23% -
HSV(B) 2.14º 0.98% 0.45% -
XYZ 7.02 3.71 0.4 -
YUV 37.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 114 6 2 0 0.95 0.98 0.55 2.14 0.97 0.23
Hex 72 6 2 0 5F 62 37 2 61 17
Octal 162 6 2 0 137 142 67 2 141 27
Binary 1110010 110 10 0 1011111 1100010 110111 10 1100001 10111

Color Harmonies of #720602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720602

Black with #720602

Text Example


Text Example

White with #720602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720602; }

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

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

background-color css

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

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

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

border-color css

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

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

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