Html Css Color HEX #730D04 Maroon

📋 copy color: '#730D04'

red 115 ◦ green 13 ◦ blue 4

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

Shades of Maroon #730D04

Tints of Maroon #730D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.85%

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 87.12%
G = 9.85%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#730D04 (or 0x730D04) is known color: Maroon. HEX triplet: 73, 0D and 04. RGB value is (115,13,4). Sum of RGB (Red+Green+Blue) = 115+13+4=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #730D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730D04 is #8CF2FB. Grayscale: #2A2A2A. Windows color (decimal): -9237244 or 265587. OLE color: 265587.

HSL color Cylindrical-coordinate representation of color #730D04: hue angle of 4.86º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730D04 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 13 4 -
CMYK 0 0.89 0.97 0.55
HSL 4.86º 0.93% 0.23% -
HSV(B) 4.86º 0.97% 0.45% -
XYZ 7.24 3.94 0.49 -
YUV 42.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 115 13 4 0 0.89 0.97 0.55 4.86 0.93 0.23
Hex 73 D 4 0 59 61 37 5 5D 17
Octal 163 15 4 0 131 141 67 5 135 27
Binary 1110011 1101 100 0 1011001 1100001 110111 101 1011101 10111

Color Harmonies of #730D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D04

Black with #730D04

Text Example


Text Example

White with #730D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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