Html Css Color HEX #730502 Maroon

📋 copy color: '#730502'

red 115 ◦ green 5 ◦ blue 2

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

Shades of Maroon #730502

Tints of Maroon #730502

RGB

 RED value IS 115 (45.31% from 255) = 94.26%

 GREEN value IS 5 (2.34% from 255) = 4.1%

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

R = 94.26%
G = 4.1%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#730502 (or 0x730502) is known color: Maroon. HEX triplet: 73, 05 and 02. RGB value is (115,5,2). Sum of RGB (Red+Green+Blue) = 115+5+2=122 (16% of max value = 765). Red value is 115 (45.31% from 255 or 94.26% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 115 - color contains mainly: red. Hex color #730502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730502 is #8CFAFD. Grayscale: #252525. Windows color (decimal): -9239294 or 132467. OLE color: 132467.

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

Color convert

RGB 115 5 2 -
CMYK 0 0.96 0.98 0.55
HSL 1.59º 0.97% 0.23% -
HSV(B) 1.59º 0.98% 0.45% -
XYZ 7.14 3.76 0.41 -
YUV 37.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 115 5 2 0 0.96 0.98 0.55 1.59 0.97 0.23
Hex 73 5 2 0 60 62 37 2 61 17
Octal 163 5 2 0 140 142 67 2 141 27
Binary 1110011 101 10 0 1100000 1100010 110111 10 1100001 10111

Color Harmonies of #730502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730502

Black with #730502

Text Example


Text Example

White with #730502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730502; }

 p { color: rgb(115,5,2); }

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

background-color css

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

 a { background-color: rgb(115,5,2); }

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

border-color css

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

 span { border-color: rgb(115,5,2); }

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