Html Css Color HEX #75164D Pompadour

📋 copy color: '#75164D'

red 117 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #75164D

Tints of Pompadour #75164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 54.17%
G = 10.19%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75164D (or 0x75164D) is known color: Pompadour. HEX triplet: 75, 16 and 4D. RGB value is (117,22,77). Sum of RGB (Red+Green+Blue) = 117+22+77=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75164D is #8AE9B2. Grayscale: #383838. Windows color (decimal): -9103795 or 5052021. OLE color: 5052021.

HSL color Cylindrical-coordinate representation of color #75164D: hue angle of 325.26º 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 #75164D is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 77 -
CMYK 0 0.81 0.34 0.54
HSL 325.26º 0.68% 0.27% -
HSV(B) 325.26º 0.81% 0.46% -
XYZ 8.96 4.89 7.49 -
YUV 56.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 117 22 77 0 0.81 0.34 0.54 325.26 0.68 0.27
Hex 75 16 4D 0 51 22 36 145 44 1B
Octal 165 26 115 0 121 42 66 505 104 33
Binary 1110101 10110 1001101 0 1010001 100010 110110 101000101 1000100 11011

Color Harmonies of #75164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75164D

Black with #75164D

Text Example


Text Example

White with #75164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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