Html Css Color HEX #730807 Maroon

📋 copy color: '#730807'

red 115 ◦ green 8 ◦ blue 7

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

Shades of Maroon #730807

Tints of Maroon #730807

RGB

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

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

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

R = 88.46%
G = 6.15%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#730807 (or 0x730807) is known color: Maroon. HEX triplet: 73, 08 and 07. RGB value is (115,8,7). Sum of RGB (Red+Green+Blue) = 115+8+7=130 (17% of max value = 765). Red value is 115 (45.31% from 255 or 88.46% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 115 - color contains mainly: red. Hex color #730807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730807 is #8CF7F8. Grayscale: #272727. Windows color (decimal): -9238521 or 460915. OLE color: 460915.

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

Color convert

RGB 115 8 7 -
CMYK 0 0.93 0.94 0.55
HSL 0.56º 0.89% 0.24% -
HSV(B) 0.56º 0.94% 0.45% -
XYZ 7.2 3.83 0.56 -
YUV 39.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 115 8 7 0 0.93 0.94 0.55 0.56 0.89 0.24
Hex 73 8 7 0 5D 5E 37 1 59 18
Octal 163 10 7 0 135 136 67 1 131 30
Binary 1110011 1000 111 0 1011101 1011110 110111 1 1011001 11000

Color Harmonies of #730807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730807

Black with #730807

Text Example


Text Example

White with #730807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730807; }

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

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

background-color css

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

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

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

border-color css

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

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

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