Html Css Color HEX #730E09 Maroon

📋 copy color: '#730E09'

red 115 ◦ green 14 ◦ blue 9

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

Shades of Maroon #730E09

Tints of Maroon #730E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.52%

R = 83.33%
G = 10.14%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#730E09 (or 0x730E09) is known color: Maroon. HEX triplet: 73, 0E and 09. RGB value is (115,14,9). Sum of RGB (Red+Green+Blue) = 115+14+9=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E09 is #8CF1F6. Grayscale: #2B2B2B. Windows color (decimal): -9236983 or 593523. OLE color: 593523.

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

Color convert

RGB 115 14 9 -
CMYK 0 0.88 0.92 0.55
HSL 2.83º 0.85% 0.24% -
HSV(B) 2.83º 0.92% 0.45% -
XYZ 7.28 3.98 0.64 -
YUV 43.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 115 14 9 0 0.88 0.92 0.55 2.83 0.85 0.24
Hex 73 E 9 0 58 5C 37 3 55 18
Octal 163 16 11 0 130 134 67 3 125 30
Binary 1110011 1110 1001 0 1011000 1011100 110111 11 1010101 11000

Color Harmonies of #730E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E09

Black with #730E09

Text Example


Text Example

White with #730E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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