Html Css Color HEX #75164F Pompadour

📋 copy color: '#75164F'

red 117 ◦ green 22 ◦ blue 79

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

Shades of Pompadour #75164F

Tints of Pompadour #75164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 53.67%
G = 10.09%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75164F (or 0x75164F) is known color: Pompadour. HEX triplet: 75, 16 and 4F. RGB value is (117,22,79). Sum of RGB (Red+Green+Blue) = 117+22+79=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75164F is #8AE9B0. Grayscale: #383838. Windows color (decimal): -9103793 or 5183093. OLE color: 5183093.

HSL color Cylindrical-coordinate representation of color #75164F: hue angle of 324º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75164F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 79 -
CMYK 0 0.81 0.32 0.54
HSL 324º 0.68% 0.27% -
HSV(B) 324º 0.81% 0.46% -
XYZ 9.03 4.92 7.87 -
YUV 56.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 117 22 79 0 0.81 0.32 0.54 324 0.68 0.27
Hex 75 16 4F 0 51 20 36 144 44 1B
Octal 165 26 117 0 121 40 66 504 104 33
Binary 1110101 10110 1001111 0 1010001 100000 110110 101000100 1000100 11011

Color Harmonies of #75164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75164F

Black with #75164F

Text Example


Text Example

White with #75164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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