Html Css Color HEX #730501 Maroon

📋 copy color: '#730501'

red 115 ◦ green 5 ◦ blue 1

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

Shades of Maroon #730501

Tints of Maroon #730501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 95.04%
G = 4.13%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#730501 (or 0x730501) is known color: Maroon. HEX triplet: 73, 05 and 01. RGB value is (115,5,1). Sum of RGB (Red+Green+Blue) = 115+5+1=121 (16% of max value = 765). Red value is 115 (45.31% from 255 or 95.04% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 115 - color contains mainly: red. Hex color #730501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730501 is #8CFAFE. Grayscale: #252525. Windows color (decimal): -9239295 or 66931. OLE color: 66931.

HSL color Cylindrical-coordinate representation of color #730501: hue angle of 2.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 1 -
CMYK 0 0.96 0.99 0.55
HSL 2.11º 0.98% 0.23% -
HSV(B) 2.11º 0.99% 0.45% -
XYZ 7.13 3.76 0.38 -
YUV 37.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 115 5 1 0 0.96 0.99 0.55 2.11 0.98 0.23
Hex 73 5 1 0 60 63 37 2 62 17
Octal 163 5 1 0 140 143 67 2 142 27
Binary 1110011 101 1 0 1100000 1100011 110111 10 1100010 10111

Color Harmonies of #730501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730501

Black with #730501

Text Example


Text Example

White with #730501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730501; }

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

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

background-color css

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

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

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

border-color css

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

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

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