Html Css Color HEX #730B09 Maroon

📋 copy color: '#730B09'

red 115 ◦ green 11 ◦ blue 9

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

Shades of Maroon #730B09

Tints of Maroon #730B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.15%

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

R = 85.19%
G = 8.15%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#730B09 (or 0x730B09) is known color: Maroon. HEX triplet: 73, 0B and 09. RGB value is (115,11,9). Sum of RGB (Red+Green+Blue) = 115+11+9=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #730B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B09 is #8CF4F6. Grayscale: #292929. Windows color (decimal): -9237751 or 592755. OLE color: 592755.

HSL color Cylindrical-coordinate representation of color #730B09: hue angle of 1.13º 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 #730B09 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 9 -
CMYK 0 0.90 0.92 0.55
HSL 1.13º 0.85% 0.24% -
HSV(B) 1.13º 0.92% 0.45% -
XYZ 7.24 3.9 0.63 -
YUV 41.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 115 11 9 0 0.90 0.92 0.55 1.13 0.85 0.24
Hex 73 B 9 0 5A 5C 37 1 55 18
Octal 163 13 11 0 132 134 67 1 125 30
Binary 1110011 1011 1001 0 1011010 1011100 110111 1 1010101 11000

Color Harmonies of #730B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B09

Black with #730B09

Text Example


Text Example

White with #730B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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