Html Css Color HEX #750800 Maroon

📋 copy color: '#750800'

red 117 ◦ green 8 ◦ blue 0

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

Shades of Maroon #750800

Tints of Maroon #750800

RGB

 RED value IS 117 (46.09% from 255) = 93.6%

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

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

R = 93.6%
G = 6.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#750800 (or 0x750800) is known color: Maroon. HEX triplet: 75, 08 and 00. RGB value is (117,8,0). Sum of RGB (Red+Green+Blue) = 117+8+0=125 (16% of max value = 765). Red value is 117 (46.09% from 255 or 93.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 117 - color contains mainly: red. Hex color #750800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750800 is #8AF7FF. Grayscale: #272727. Windows color (decimal): -9107456 or 2165. OLE color: 2165.

HSL color Cylindrical-coordinate representation of color #750800: hue angle of 4.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750800 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 0 -
CMYK 0 0.93 1 0.54
HSL 4.1º 1% 0.23% -
HSV(B) 4.1º 1% 0.46% -
XYZ 7.42 3.96 0.37 -
YUV 39.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 117 8 0 0 0.93 1 0.54 4.1 1 0.23
Hex 75 8 0 0 5D 64 36 4 64 17
Octal 165 10 0 0 135 144 66 4 144 27
Binary 1110101 1000 0 0 1011101 1100100 110110 100 1100100 10111

Color Harmonies of #750800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750800

Black with #750800

Text Example


Text Example

White with #750800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750800; }

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

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

background-color css

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

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

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

border-color css

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

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

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