Html Css Color HEX #752150 Pompadour

📋 copy color: '#752150'

red 117 ◦ green 33 ◦ blue 80

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

Shades of Pompadour #752150

Tints of Pompadour #752150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 50.87%
G = 14.35%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#752150 (or 0x752150) is known color: Pompadour. HEX triplet: 75, 21 and 50. RGB value is (117,33,80). Sum of RGB (Red+Green+Blue) = 117+33+80=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #752150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752150 is #8ADEAF. Grayscale: #3F3F3F. Windows color (decimal): -9100976 or 5251445. OLE color: 5251445.

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

Color convert

RGB 117 33 80 -
CMYK 0 0.72 0.32 0.54
HSL 326.43º 0.56% 0.29% -
HSV(B) 326.43º 0.72% 0.46% -
XYZ 9.33 5.45 8.15 -
YUV 63.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 117 33 80 0 0.72 0.32 0.54 326.43 0.56 0.29
Hex 75 21 50 0 48 20 36 146 38 1D
Octal 165 41 120 0 110 40 66 506 70 35
Binary 1110101 100001 1010000 0 1001000 100000 110110 101000110 111000 11101

Color Harmonies of #752150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752150

Black with #752150

Text Example


Text Example

White with #752150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752150; }

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

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

background-color css

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

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

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

border-color css

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

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

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