Html Css Color HEX #730F05 Maroon

📋 copy color: '#730F05'

red 115 ◦ green 15 ◦ blue 5

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

Shades of Maroon #730F05

Tints of Maroon #730F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.7%

R = 85.19%
G = 11.11%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#730F05 (or 0x730F05) is known color: Maroon. HEX triplet: 73, 0F and 05. RGB value is (115,15,5). Sum of RGB (Red+Green+Blue) = 115+15+5=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #730F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F05 is #8CF0FA. Grayscale: #2B2B2B. Windows color (decimal): -9236731 or 331635. OLE color: 331635.

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

Color convert

RGB 115 15 5 -
CMYK 0 0.87 0.96 0.55
HSL 5.45º 0.92% 0.24% -
HSV(B) 5.45º 0.96% 0.45% -
XYZ 7.27 4 0.53 -
YUV 43.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 115 15 5 0 0.87 0.96 0.55 5.45 0.92 0.24
Hex 73 F 5 0 57 60 37 5 5C 18
Octal 163 17 5 0 127 140 67 5 134 30
Binary 1110011 1111 101 0 1010111 1100000 110111 101 1011100 11000

Color Harmonies of #730F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F05

Black with #730F05

Text Example


Text Example

White with #730F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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