Html Css Color HEX #750804 Maroon

📋 copy color: '#750804'

red 117 ◦ green 8 ◦ blue 4

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

Shades of Maroon #750804

Tints of Maroon #750804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.1%

R = 90.7%
G = 6.2%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#750804 (or 0x750804) is known color: Maroon. HEX triplet: 75, 08 and 04. RGB value is (117,8,4). Sum of RGB (Red+Green+Blue) = 117+8+4=129 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90.70% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 117 - color contains mainly: red. Hex color #750804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750804 is #8AF7FB. Grayscale: #282828. Windows color (decimal): -9107452 or 264309. OLE color: 264309.

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

Color convert

RGB 117 8 4 -
CMYK 0 0.93 0.97 0.54
HSL 2.12º 0.93% 0.24% -
HSV(B) 2.12º 0.97% 0.46% -
XYZ 7.44 3.96 0.49 -
YUV 40.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 117 8 4 0 0.93 0.97 0.54 2.12 0.93 0.24
Hex 75 8 4 0 5D 61 36 2 5D 18
Octal 165 10 4 0 135 141 66 2 135 30
Binary 1110101 1000 100 0 1011101 1100001 110110 10 1011101 11000

Color Harmonies of #750804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750804

Black with #750804

Text Example


Text Example

White with #750804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750804; }

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

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

background-color css

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

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

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

border-color css

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

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

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