Html Css Color HEX #75204C Pompadour

📋 copy color: '#75204C'

red 117 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #75204C

Tints of Pompadour #75204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 52%
G = 14.22%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75204C (or 0x75204C) is known color: Pompadour. HEX triplet: 75, 20 and 4C. RGB value is (117,32,76). Sum of RGB (Red+Green+Blue) = 117+32+76=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75204C is #8ADFB3. Grayscale: #3E3E3E. Windows color (decimal): -9101236 or 4989045. OLE color: 4989045.

HSL color Cylindrical-coordinate representation of color #75204C: hue angle of 328.94º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75204C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 76 -
CMYK 0 0.73 0.35 0.54
HSL 328.94º 0.57% 0.29% -
HSV(B) 328.94º 0.73% 0.46% -
XYZ 9.16 5.34 7.38 -
YUV 62.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 117 32 76 0 0.73 0.35 0.54 328.94 0.57 0.29
Hex 75 20 4C 0 49 23 36 149 39 1D
Octal 165 40 114 0 111 43 66 511 71 35
Binary 1110101 100000 1001100 0 1001001 100011 110110 101001001 111001 11101

Color Harmonies of #75204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75204C

Black with #75204C

Text Example


Text Example

White with #75204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75204C; }

 p { color: rgb(117,32,76); }

 H1.HeaderClassName
 {
   color: #75204C;
 }
 .AnyTagClassName
 {
   color: #75204C;
 }
</style>

background-color css

<style>
 a { background-color: #75204C; }

 a { background-color: rgb(117,32,76); }

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

border-color css

<style>
 span { border-color: #75204C; }

 span { border-color: rgb(117,32,76); }

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