Html Css Color HEX #730E00 Maroon

📋 copy color: '#730E00'

red 115 ◦ green 14 ◦ blue 0

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

Shades of Maroon #730E00

Tints of Maroon #730E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.15%
G = 10.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#730E00 (or 0x730E00) is known color: Maroon. HEX triplet: 73, 0E and 00. RGB value is (115,14,0). Sum of RGB (Red+Green+Blue) = 115+14+0=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #730E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E00 is #8CF1FF. Grayscale: #2A2A2A. Windows color (decimal): -9236992 or 3699. OLE color: 3699.

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

Color convert

RGB 115 14 0 -
CMYK 0 0.88 1 0.55
HSL 7.3º 1% 0.23% -
HSV(B) 7.3º 1% 0.45% -
XYZ 7.23 3.96 0.38 -
YUV 42.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 115 14 0 0 0.88 1 0.55 7.3 1 0.23
Hex 73 E 0 0 58 64 37 7 64 17
Octal 163 16 0 0 130 144 67 7 144 27
Binary 1110011 1110 0 0 1011000 1100100 110111 111 1100100 10111

Color Harmonies of #730E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E00

Black with #730E00

Text Example


Text Example

White with #730E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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