Html Css Color HEX #75124E Pompadour

📋 copy color: '#75124E'

red 117 ◦ green 18 ◦ blue 78

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

Shades of Pompadour #75124E

Tints of Pompadour #75124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

 BLUE value IS 78 (30.86% from 255) = 36.62%

R = 54.93%
G = 8.45%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75124E (or 0x75124E) is known color: Pompadour. HEX triplet: 75, 12 and 4E. RGB value is (117,18,78). Sum of RGB (Red+Green+Blue) = 117+18+78=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75124E is #8AEDB1. Grayscale: #363636. Windows color (decimal): -9104818 or 5116533. OLE color: 5116533.

HSL color Cylindrical-coordinate representation of color #75124E: hue angle of 323.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75124E is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 78 -
CMYK 0 0.85 0.33 0.54
HSL 323.64º 0.73% 0.26% -
HSV(B) 323.64º 0.85% 0.46% -
XYZ 8.93 4.76 7.66 -
YUV 54.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 117 18 78 0 0.85 0.33 0.54 323.64 0.73 0.26
Hex 75 12 4E 0 55 21 36 144 49 1A
Octal 165 22 116 0 125 41 66 504 111 32
Binary 1110101 10010 1001110 0 1010101 100001 110110 101000100 1001001 11010

Color Harmonies of #75124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75124E

Black with #75124E

Text Example


Text Example

White with #75124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75124E; }

 p { color: rgb(117,18,78); }

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

background-color css

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

 a { background-color: rgb(117,18,78); }

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

border-color css

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

 span { border-color: rgb(117,18,78); }

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