Html Css Color HEX #730401 Maroon

📋 copy color: '#730401'

red 115 ◦ green 4 ◦ blue 1

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

Shades of Maroon #730401

Tints of Maroon #730401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 95.83%
G = 3.33%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#730401 (or 0x730401) is known color: Maroon. HEX triplet: 73, 04 and 01. RGB value is (115,4,1). Sum of RGB (Red+Green+Blue) = 115+4+1=120 (15% of max value = 765). Red value is 115 (45.31% from 255 or 95.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 115 - color contains mainly: red. Hex color #730401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730401 is #8CFBFE. Grayscale: #242424. Windows color (decimal): -9239551 or 66675. OLE color: 66675.

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

Color convert

RGB 115 4 1 -
CMYK 0 0.97 0.99 0.55
HSL 1.58º 0.98% 0.23% -
HSV(B) 1.58º 0.99% 0.45% -
XYZ 7.12 3.73 0.37 -
YUV 36.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 115 4 1 0 0.97 0.99 0.55 1.58 0.98 0.23
Hex 73 4 1 0 61 63 37 2 62 17
Octal 163 4 1 0 141 143 67 2 142 27
Binary 1110011 100 1 0 1100001 1100011 110111 10 1100010 10111

Color Harmonies of #730401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730401

Black with #730401

Text Example


Text Example

White with #730401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730401; }

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

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

background-color css

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

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

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

border-color css

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

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

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