Html Css Color HEX #730800 Maroon

📋 copy color: '#730800'

red 115 ◦ green 8 ◦ blue 0

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

Shades of Maroon #730800

Tints of Maroon #730800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 93.5%
G = 6.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#730800 (or 0x730800) is known color: Maroon. HEX triplet: 73, 08 and 00. RGB value is (115,8,0). Sum of RGB (Red+Green+Blue) = 115+8+0=123 (16% of max value = 765). Red value is 115 (45.31% from 255 or 93.50% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 115 - color contains mainly: red. Hex color #730800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730800 is #8CF7FF. Grayscale: #272727. Windows color (decimal): -9238528 or 2163. OLE color: 2163.

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

Color convert

RGB 115 8 0 -
CMYK 0 0.93 1 0.55
HSL 4.17º 1% 0.23% -
HSV(B) 4.17º 1% 0.45% -
XYZ 7.16 3.82 0.36 -
YUV 39.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 115 8 0 0 0.93 1 0.55 4.17 1 0.23
Hex 73 8 0 0 5D 64 37 4 64 17
Octal 163 10 0 0 135 144 67 4 144 27
Binary 1110011 1000 0 0 1011101 1100100 110111 100 1100100 10111

Color Harmonies of #730800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730800

Black with #730800

Text Example


Text Example

White with #730800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730800; }

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

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

background-color css

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

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

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

border-color css

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

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

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