Html Css Color HEX #730A00 Maroon

📋 copy color: '#730A00'

red 115 ◦ green 10 ◦ blue 0

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

Shades of Maroon #730A00

Tints of Maroon #730A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8%

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

R = 92%
G = 8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#730A00 (or 0x730A00) is known color: Maroon. HEX triplet: 73, 0A and 00. RGB value is (115,10,0). Sum of RGB (Red+Green+Blue) = 115+10+0=125 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 115 - color contains mainly: red. Hex color #730A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A00 is #8CF5FF. Grayscale: #282828. Windows color (decimal): -9238016 or 2675. OLE color: 2675.

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

Color convert

RGB 115 10 0 -
CMYK 0 0.91 1 0.55
HSL 5.22º 1% 0.23% -
HSV(B) 5.22º 1% 0.45% -
XYZ 7.18 3.86 0.37 -
YUV 40.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 115 10 0 0 0.91 1 0.55 5.22 1 0.23
Hex 73 A 0 0 5B 64 37 5 64 17
Octal 163 12 0 0 133 144 67 5 144 27
Binary 1110011 1010 0 0 1011011 1100100 110111 101 1100100 10111

Color Harmonies of #730A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A00

Black with #730A00

Text Example


Text Example

White with #730A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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