Html Css Color HEX #730600 Maroon

📋 copy color: '#730600'

red 115 ◦ green 6 ◦ blue 0

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

Shades of Maroon #730600

Tints of Maroon #730600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

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

R = 95.04%
G = 4.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#730600 (or 0x730600) is known color: Maroon. HEX triplet: 73, 06 and 00. RGB value is (115,6,0). Sum of RGB (Red+Green+Blue) = 115+6+0=121 (16% of max value = 765). Red value is 115 (45.31% from 255 or 95.04% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 115 - color contains mainly: red. Hex color #730600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730600 is #8CF9FF. Grayscale: #262626. Windows color (decimal): -9239040 or 1651. OLE color: 1651.

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

Color convert

RGB 115 6 0 -
CMYK 0 0.95 1 0.55
HSL 3.13º 1% 0.23% -
HSV(B) 3.13º 1% 0.45% -
XYZ 7.14 3.78 0.35 -
YUV 37.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 115 6 0 0 0.95 1 0.55 3.13 1 0.23
Hex 73 6 0 0 5F 64 37 3 64 17
Octal 163 6 0 0 137 144 67 3 144 27
Binary 1110011 110 0 0 1011111 1100100 110111 11 1100100 10111

Color Harmonies of #730600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730600

Black with #730600

Text Example


Text Example

White with #730600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730600; }

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

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

background-color css

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

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

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

border-color css

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

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

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