Html Css Color HEX #75154E Pompadour

📋 copy color: '#75154E'

red 117 ◦ green 21 ◦ blue 78

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

Shades of Pompadour #75154E

Tints of Pompadour #75154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 54.17%
G = 9.72%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75154E (or 0x75154E) is known color: Pompadour. HEX triplet: 75, 15 and 4E. RGB value is (117,21,78). Sum of RGB (Red+Green+Blue) = 117+21+78=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75154E is #8AEAB1. Grayscale: #383838. Windows color (decimal): -9104050 or 5117301. OLE color: 5117301.

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

Color convert

RGB 117 21 78 -
CMYK 0 0.82 0.33 0.54
HSL 324.38º 0.7% 0.27% -
HSV(B) 324.38º 0.82% 0.46% -
XYZ 8.98 4.87 7.67 -
YUV 56.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 117 21 78 0 0.82 0.33 0.54 324.38 0.7 0.27
Hex 75 15 4E 0 52 21 36 144 46 1B
Octal 165 25 116 0 122 41 66 504 106 33
Binary 1110101 10101 1001110 0 1010010 100001 110110 101000100 1000110 11011

Color Harmonies of #75154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75154E

Black with #75154E

Text Example


Text Example

White with #75154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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