Html Css Color HEX #75144F Pompadour

📋 copy color: '#75144F'

red 117 ◦ green 20 ◦ blue 79

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

Shades of Pompadour #75144F

Tints of Pompadour #75144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 54.17%
G = 9.26%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75144F (or 0x75144F) is known color: Pompadour. HEX triplet: 75, 14 and 4F. RGB value is (117,20,79). Sum of RGB (Red+Green+Blue) = 117+20+79=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75144F is #8AEBB0. Grayscale: #373737. Windows color (decimal): -9104305 or 5182581. OLE color: 5182581.

HSL color Cylindrical-coordinate representation of color #75144F: hue angle of 323.51º 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 #75144F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 79 -
CMYK 0 0.83 0.32 0.54
HSL 323.51º 0.71% 0.27% -
HSV(B) 323.51º 0.83% 0.46% -
XYZ 9 4.85 7.86 -
YUV 55.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 117 20 79 0 0.83 0.32 0.54 323.51 0.71 0.27
Hex 75 14 4F 0 53 20 36 144 47 1B
Octal 165 24 117 0 123 40 66 504 107 33
Binary 1110101 10100 1001111 0 1010011 100000 110110 101000100 1000111 11011

Color Harmonies of #75144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75144F

Black with #75144F

Text Example


Text Example

White with #75144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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