Html Css Color HEX #75144E Pompadour

📋 copy color: '#75144E'

red 117 ◦ green 20 ◦ blue 78

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

Shades of Pompadour #75144E

Tints of Pompadour #75144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

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

R = 54.42%
G = 9.3%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75144E (or 0x75144E) is known color: Pompadour. HEX triplet: 75, 14 and 4E. RGB value is (117,20,78). Sum of RGB (Red+Green+Blue) = 117+20+78=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75144E is #8AEBB1. Grayscale: #373737. Windows color (decimal): -9104306 or 5117045. OLE color: 5117045.

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

Color convert

RGB 117 20 78 -
CMYK 0 0.83 0.33 0.54
HSL 324.12º 0.71% 0.27% -
HSV(B) 324.12º 0.83% 0.46% -
XYZ 8.96 4.83 7.67 -
YUV 55.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 117 20 78 0 0.83 0.33 0.54 324.12 0.71 0.27
Hex 75 14 4E 0 53 21 36 144 47 1B
Octal 165 24 116 0 123 41 66 504 107 33
Binary 1110101 10100 1001110 0 1010011 100001 110110 101000100 1000111 11011

Color Harmonies of #75144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75144E

Black with #75144E

Text Example


Text Example

White with #75144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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