Html Css Color HEX #730F00 Maroon

📋 copy color: '#730F00'

red 115 ◦ green 15 ◦ blue 0

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

Shades of Maroon #730F00

Tints of Maroon #730F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.54%

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

R = 88.46%
G = 11.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#730F00 (or 0x730F00) is known color: Maroon. HEX triplet: 73, 0F and 00. RGB value is (115,15,0). Sum of RGB (Red+Green+Blue) = 115+15+0=130 (17% of max value = 765). Red value is 115 (45.31% from 255 or 88.46% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 115 - color contains mainly: red. Hex color #730F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F00 is #8CF0FF. Grayscale: #2B2B2B. Windows color (decimal): -9236736 or 3955. OLE color: 3955.

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

Color convert

RGB 115 15 0 -
CMYK 0 0.87 1 0.55
HSL 7.83º 1% 0.23% -
HSV(B) 7.83º 1% 0.45% -
XYZ 7.24 3.99 0.39 -
YUV 43.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 115 15 0 0 0.87 1 0.55 7.83 1 0.23
Hex 73 F 0 0 57 64 37 8 64 17
Octal 163 17 0 0 127 144 67 10 144 27
Binary 1110011 1111 0 0 1010111 1100100 110111 1000 1100100 10111

Color Harmonies of #730F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F00

Black with #730F00

Text Example


Text Example

White with #730F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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