Html Css Color HEX #752052 Pompadour

📋 copy color: '#752052'

red 117 ◦ green 32 ◦ blue 82

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

Shades of Pompadour #752052

Tints of Pompadour #752052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 50.65%
G = 13.85%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#752052 (or 0x752052) is known color: Pompadour. HEX triplet: 75, 20 and 52. RGB value is (117,32,82). Sum of RGB (Red+Green+Blue) = 117+32+82=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #752052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752052 is #8ADFAD. Grayscale: #3F3F3F. Windows color (decimal): -9101230 or 5382261. OLE color: 5382261.

HSL color Cylindrical-coordinate representation of color #752052: hue angle of 324.71º 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 #752052 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 82 -
CMYK 0 0.73 0.30 0.54
HSL 324.71º 0.57% 0.29% -
HSV(B) 324.71º 0.73% 0.46% -
XYZ 9.38 5.42 8.54 -
YUV 63.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 117 32 82 0 0.73 0.30 0.54 324.71 0.57 0.29
Hex 75 20 52 0 49 1E 36 145 39 1D
Octal 165 40 122 0 111 36 66 505 71 35
Binary 1110101 100000 1010010 0 1001001 11110 110110 101000101 111001 11101

Color Harmonies of #752052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752052

Black with #752052

Text Example


Text Example

White with #752052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752052; }

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

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

background-color css

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

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

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

border-color css

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

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

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