Html Css Color HEX #750905 Maroon

📋 copy color: '#750905'

red 117 ◦ green 9 ◦ blue 5

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

Shades of Maroon #750905

Tints of Maroon #750905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 89.31%
G = 6.87%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#750905 (or 0x750905) is known color: Maroon. HEX triplet: 75, 09 and 05. RGB value is (117,9,5). Sum of RGB (Red+Green+Blue) = 117+9+5=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #750905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750905 is #8AF6FA. Grayscale: #282828. Windows color (decimal): -9107195 or 330101. OLE color: 330101.

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

Color convert

RGB 117 9 5 -
CMYK 0 0.92 0.96 0.54
HSL 2.14º 0.92% 0.24% -
HSV(B) 2.14º 0.96% 0.46% -
XYZ 7.46 3.99 0.52 -
YUV 40.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 117 9 5 0 0.92 0.96 0.54 2.14 0.92 0.24
Hex 75 9 5 0 5C 60 36 2 5C 18
Octal 165 11 5 0 134 140 66 2 134 30
Binary 1110101 1001 101 0 1011100 1100000 110110 10 1011100 11000

Color Harmonies of #750905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750905

Black with #750905

Text Example


Text Example

White with #750905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750905; }

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

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

background-color css

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

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

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

border-color css

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

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

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