Html Css Color HEX #75164B Pompadour

📋 copy color: '#75164B'

red 117 ◦ green 22 ◦ blue 75

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

Shades of Pompadour #75164B

Tints of Pompadour #75164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 54.67%
G = 10.28%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75164B (or 0x75164B) is known color: Pompadour. HEX triplet: 75, 16 and 4B. RGB value is (117,22,75). Sum of RGB (Red+Green+Blue) = 117+22+75=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75164B is #8AE9B4. Grayscale: #383838. Windows color (decimal): -9103797 or 4920949. OLE color: 4920949.

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

Color convert

RGB 117 22 75 -
CMYK 0 0.81 0.36 0.54
HSL 326.53º 0.68% 0.27% -
HSV(B) 326.53º 0.81% 0.46% -
XYZ 8.89 4.86 7.13 -
YUV 56.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 117 22 75 0 0.81 0.36 0.54 326.53 0.68 0.27
Hex 75 16 4B 0 51 24 36 147 44 1B
Octal 165 26 113 0 121 44 66 507 104 33
Binary 1110101 10110 1001011 0 1010001 100100 110110 101000111 1000100 11011

Color Harmonies of #75164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75164B

Black with #75164B

Text Example


Text Example

White with #75164B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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