Html Css Color HEX #752152 Pompadour

📋 copy color: '#752152'

red 117 ◦ green 33 ◦ blue 82

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

Shades of Pompadour #752152

Tints of Pompadour #752152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 50.43%
G = 14.22%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#752152 (or 0x752152) is known color: Pompadour. HEX triplet: 75, 21 and 52. RGB value is (117,33,82). Sum of RGB (Red+Green+Blue) = 117+33+82=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #752152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752152 is #8ADEAD. Grayscale: #3F3F3F. Windows color (decimal): -9100974 or 5382517. OLE color: 5382517.

HSL color Cylindrical-coordinate representation of color #752152: hue angle of 325º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752152 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 82 -
CMYK 0 0.72 0.30 0.54
HSL 325º 0.56% 0.29% -
HSV(B) 325º 0.72% 0.46% -
XYZ 9.4 5.48 8.54 -
YUV 63.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 117 33 82 0 0.72 0.30 0.54 325 0.56 0.29
Hex 75 21 52 0 48 1E 36 145 38 1D
Octal 165 41 122 0 110 36 66 505 70 35
Binary 1110101 100001 1010010 0 1001000 11110 110110 101000101 111000 11101

Color Harmonies of #752152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752152

Black with #752152

Text Example


Text Example

White with #752152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752152; }

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

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

background-color css

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

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

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

border-color css

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

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

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