Html Css Color HEX #750D54 Pompadour

📋 copy color: '#750D54'

red 117 ◦ green 13 ◦ blue 84

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

Shades of Pompadour #750D54

Tints of Pompadour #750D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 54.67%
G = 6.07%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#750D54 (or 0x750D54) is known color: Pompadour. HEX triplet: 75, 0D and 54. RGB value is (117,13,84). Sum of RGB (Red+Green+Blue) = 117+13+84=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D54 is #8AF2AB. Grayscale: #343434. Windows color (decimal): -9106092 or 5508469. OLE color: 5508469.

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

Color convert

RGB 117 13 84 -
CMYK 0 0.89 0.28 0.54
HSL 319.04º 0.8% 0.25% -
HSV(B) 319.04º 0.89% 0.46% -
XYZ 9.08 4.71 8.82 -
YUV 52.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 117 13 84 0 0.89 0.28 0.54 319.04 0.8 0.25
Hex 75 D 54 0 59 1C 36 13F 50 19
Octal 165 15 124 0 131 34 66 477 120 31
Binary 1110101 1101 1010100 0 1011001 11100 110110 100111111 1010000 11001

Color Harmonies of #750D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D54

Black with #750D54

Text Example


Text Example

White with #750D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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