Html Css Color HEX #730E03 Maroon

📋 copy color: '#730E03'

red 115 ◦ green 14 ◦ blue 3

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

Shades of Maroon #730E03

Tints of Maroon #730E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.61%

 BLUE value IS 3 (1.56% from 255) = 2.27%

R = 87.12%
G = 10.61%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#730E03 (or 0x730E03) is known color: Maroon. HEX triplet: 73, 0E and 03. RGB value is (115,14,3). Sum of RGB (Red+Green+Blue) = 115+14+3=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #730E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E03 is #8CF1FC. Grayscale: #2B2B2B. Windows color (decimal): -9236989 or 200307. OLE color: 200307.

HSL color Cylindrical-coordinate representation of color #730E03: hue angle of 5.89º degrees, saturation: 0.95, 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 #730E03 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 14 3 -
CMYK 0 0.88 0.97 0.55
HSL 5.89º 0.95% 0.23% -
HSV(B) 5.89º 0.97% 0.45% -
XYZ 7.24 3.97 0.47 -
YUV 42.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 115 14 3 0 0.88 0.97 0.55 5.89 0.95 0.23
Hex 73 E 3 0 58 61 37 6 5F 17
Octal 163 16 3 0 130 141 67 6 137 27
Binary 1110011 1110 11 0 1011000 1100001 110111 110 1011111 10111

Color Harmonies of #730E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E03

Black with #730E03

Text Example


Text Example

White with #730E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,14,3); }

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

background-color css

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

 a { background-color: rgb(115,14,3); }

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

border-color css

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

 span { border-color: rgb(115,14,3); }

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