Html Css Color HEX #730707 Maroon

📋 copy color: '#730707'

red 115 ◦ green 7 ◦ blue 7

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

Shades of Maroon #730707

Tints of Maroon #730707

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.43%

 BLUE value IS 7 (3.13% from 255) = 5.43%

R = 89.15%
G = 5.43%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#730707 (or 0x730707) is known color: Maroon. HEX triplet: 73, 07 and 07. RGB value is (115,7,7). Sum of RGB (Red+Green+Blue) = 115+7+7=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #730707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730707 is #8CF8F8. Grayscale: #272727. Windows color (decimal): -9238777 or 460659. OLE color: 460659.

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

Color convert

RGB 115 7 7 -
CMYK 0 0.94 0.94 0.55
HSL 0.89% 0.24% -
HSV(B) 0.94% 0.45% -
XYZ 7.18 3.81 0.56 -
YUV 39.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 115 7 7 0 0.94 0.94 0.55 0 0.89 0.24
Hex 73 7 7 0 5E 5E 37 0 59 18
Octal 163 7 7 0 136 136 67 0 131 30
Binary 1110011 111 111 0 1011110 1011110 110111 0 1011001 11000

Color Harmonies of #730707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730707

Black with #730707

Text Example


Text Example

White with #730707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730707; }

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

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

background-color css

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

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

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

border-color css

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

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

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