Html Css Color HEX #730201 Maroon

📋 copy color: '#730201'

red 115 ◦ green 2 ◦ blue 1

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

Shades of Maroon #730201

Tints of Maroon #730201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.69%

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

R = 97.46%
G = 1.69%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#730201 (or 0x730201) is known color: Maroon. HEX triplet: 73, 02 and 01. RGB value is (115,2,1). Sum of RGB (Red+Green+Blue) = 115+2+1=118 (15% of max value = 765). Red value is 115 (45.31% from 255 or 97.46% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 115 - color contains mainly: red. Hex color #730201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730201 is #8CFDFE. Grayscale: #232323. Windows color (decimal): -9240063 or 66163. OLE color: 66163.

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

Color convert

RGB 115 2 1 -
CMYK 0 0.98 0.99 0.55
HSL 0.53º 0.98% 0.23% -
HSV(B) 0.53º 0.99% 0.45% -
XYZ 7.1 3.69 0.37 -
YUV 35.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 115 2 1 0 0.98 0.99 0.55 0.53 0.98 0.23
Hex 73 2 1 0 62 63 37 1 62 17
Octal 163 2 1 0 142 143 67 1 142 27
Binary 1110011 10 1 0 1100010 1100011 110111 1 1100010 10111

Color Harmonies of #730201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730201

Black with #730201

Text Example


Text Example

White with #730201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730201; }

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

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

background-color css

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

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

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

border-color css

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

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

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