Html Css Color HEX #750D09 Maroon

📋 copy color: '#750D09'

red 117 ◦ green 13 ◦ blue 9

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

Shades of Maroon #750D09

Tints of Maroon #750D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

 BLUE value IS 9 (3.91% from 255) = 6.47%

R = 84.17%
G = 9.35%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#750D09 (or 0x750D09) is known color: Maroon. HEX triplet: 75, 0D and 09. RGB value is (117,13,9). Sum of RGB (Red+Green+Blue) = 117+13+9=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #750D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750D09 is #8AF2F6. Grayscale: #2B2B2B. Windows color (decimal): -9106167 or 593269. OLE color: 593269.

HSL color Cylindrical-coordinate representation of color #750D09: hue angle of 2.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750D09 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 9 -
CMYK 0 0.89 0.92 0.54
HSL 2.22º 0.86% 0.25% -
HSV(B) 2.22º 0.92% 0.46% -
XYZ 7.53 4.09 0.65 -
YUV 43.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 117 13 9 0 0.89 0.92 0.54 2.22 0.86 0.25
Hex 75 D 9 0 59 5C 36 2 56 19
Octal 165 15 11 0 131 134 66 2 126 31
Binary 1110101 1101 1001 0 1011001 1011100 110110 10 1010110 11001

Color Harmonies of #750D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D09

Black with #750D09

Text Example


Text Example

White with #750D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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