Html Css Color HEX #730A05 Maroon

📋 copy color: '#730A05'

red 115 ◦ green 10 ◦ blue 5

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

Shades of Maroon #730A05

Tints of Maroon #730A05

RGB

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

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

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

R = 88.46%
G = 7.69%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#730A05 (or 0x730A05) is known color: Maroon. HEX triplet: 73, 0A and 05. RGB value is (115,10,5). Sum of RGB (Red+Green+Blue) = 115+10+5=130 (17% of max value = 765). Red value is 115 (45.31% from 255 or 88.46% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 115 - color contains mainly: red. Hex color #730A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A05 is #8CF5FA. Grayscale: #282828. Windows color (decimal): -9238011 or 330355. OLE color: 330355.

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

Color convert

RGB 115 10 5 -
CMYK 0 0.91 0.96 0.55
HSL 2.73º 0.92% 0.24% -
HSV(B) 2.73º 0.96% 0.45% -
XYZ 7.21 3.87 0.51 -
YUV 40.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 115 10 5 0 0.91 0.96 0.55 2.73 0.92 0.24
Hex 73 A 5 0 5B 60 37 3 5C 18
Octal 163 12 5 0 133 140 67 3 134 30
Binary 1110011 1010 101 0 1011011 1100000 110111 11 1011100 11000

Color Harmonies of #730A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A05

Black with #730A05

Text Example


Text Example

White with #730A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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