Html Css Color HEX #730801 Maroon

📋 copy color: '#730801'

red 115 ◦ green 8 ◦ blue 1

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

Shades of Maroon #730801

Tints of Maroon #730801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.45%

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

R = 92.74%
G = 6.45%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#730801 (or 0x730801) is known color: Maroon. HEX triplet: 73, 08 and 01. RGB value is (115,8,1). Sum of RGB (Red+Green+Blue) = 115+8+1=124 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92.74% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 115 - color contains mainly: red. Hex color #730801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730801 is #8CF7FE. Grayscale: #272727. Windows color (decimal): -9238527 or 67699. OLE color: 67699.

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

Color convert

RGB 115 8 1 -
CMYK 0 0.93 0.99 0.55
HSL 3.68º 0.98% 0.23% -
HSV(B) 3.68º 0.99% 0.45% -
XYZ 7.16 3.82 0.39 -
YUV 39.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 115 8 1 0 0.93 0.99 0.55 3.68 0.98 0.23
Hex 73 8 1 0 5D 63 37 4 62 17
Octal 163 10 1 0 135 143 67 4 142 27
Binary 1110011 1000 1 0 1011101 1100011 110111 100 1100010 10111

Color Harmonies of #730801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730801

Black with #730801

Text Example


Text Example

White with #730801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730801; }

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

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

background-color css

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

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

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

border-color css

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

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

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