Html Css Color HEX #75154F Pompadour

📋 copy color: '#75154F'

red 117 ◦ green 21 ◦ blue 79

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

Shades of Pompadour #75154F

Tints of Pompadour #75154F

RGB

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

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

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

R = 53.92%
G = 9.68%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75154F (or 0x75154F) is known color: Pompadour. HEX triplet: 75, 15 and 4F. RGB value is (117,21,79). Sum of RGB (Red+Green+Blue) = 117+21+79=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75154F is #8AEAB0. Grayscale: #383838. Windows color (decimal): -9104049 or 5182837. OLE color: 5182837.

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

Color convert

RGB 117 21 79 -
CMYK 0 0.82 0.32 0.54
HSL 323.75º 0.7% 0.27% -
HSV(B) 323.75º 0.82% 0.46% -
XYZ 9.02 4.88 7.86 -
YUV 56.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 117 21 79 0 0.82 0.32 0.54 323.75 0.7 0.27
Hex 75 15 4F 0 52 20 36 144 46 1B
Octal 165 25 117 0 122 40 66 504 106 33
Binary 1110101 10101 1001111 0 1010010 100000 110110 101000100 1000110 11011

Color Harmonies of #75154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75154F

Black with #75154F

Text Example


Text Example

White with #75154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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