Html Css Color HEX #750900 Maroon

📋 copy color: '#750900'

red 117 ◦ green 9 ◦ blue 0

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

Shades of Maroon #750900

Tints of Maroon #750900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 92.86%
G = 7.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#750900 (or 0x750900) is known color: Maroon. HEX triplet: 75, 09 and 00. RGB value is (117,9,0). Sum of RGB (Red+Green+Blue) = 117+9+0=126 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.86% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 117 - color contains mainly: red. Hex color #750900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750900 is #8AF6FF. Grayscale: #282828. Windows color (decimal): -9107200 or 2421. OLE color: 2421.

HSL color Cylindrical-coordinate representation of color #750900: hue angle of 4.62º 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 #750900 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 0 -
CMYK 0 0.92 1 0.54
HSL 4.62º 1% 0.23% -
HSV(B) 4.62º 1% 0.46% -
XYZ 7.43 3.98 0.38 -
YUV 40.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 117 9 0 0 0.92 1 0.54 4.62 1 0.23
Hex 75 9 0 0 5C 64 36 5 64 17
Octal 165 11 0 0 134 144 66 5 144 27
Binary 1110101 1001 0 0 1011100 1100100 110110 101 1100100 10111

Color Harmonies of #750900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750900

Black with #750900

Text Example


Text Example

White with #750900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750900; }

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

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

background-color css

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

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

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

border-color css

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

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

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