Html Css Color HEX #730808 Maroon

📋 copy color: '#730808'

red 115 ◦ green 8 ◦ blue 8

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

Shades of Maroon #730808

Tints of Maroon #730808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 87.79%
G = 6.11%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#730808 (or 0x730808) is known color: Maroon. HEX triplet: 73, 08 and 08. RGB value is (115,8,8). Sum of RGB (Red+Green+Blue) = 115+8+8=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #730808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730808 is #8CF7F7. Grayscale: #282828. Windows color (decimal): -9238520 or 526451. OLE color: 526451.

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

Color convert

RGB 115 8 8 -
CMYK 0 0.93 0.93 0.55
HSL 0.87% 0.24% -
HSV(B) 0.93% 0.45% -
XYZ 7.2 3.84 0.59 -
YUV 39.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 115 8 8 0 0.93 0.93 0.55 0 0.87 0.24
Hex 73 8 8 0 5D 5D 37 0 57 18
Octal 163 10 10 0 135 135 67 0 127 30
Binary 1110011 1000 1000 0 1011101 1011101 110111 0 1010111 11000

Color Harmonies of #730808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730808

Black with #730808

Text Example


Text Example

White with #730808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730808; }

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

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

background-color css

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

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

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

border-color css

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

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

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