Html Css Color HEX #752046 Pompadour

📋 copy color: '#752046'

red 117 ◦ green 32 ◦ blue 70

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

Shades of Pompadour #752046

Tints of Pompadour #752046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 53.42%
G = 14.61%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#752046 (or 0x752046) is known color: Pompadour. HEX triplet: 75, 20 and 46. RGB value is (117,32,70). Sum of RGB (Red+Green+Blue) = 117+32+70=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #752046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752046 is #8ADFB9. Grayscale: #3D3D3D. Windows color (decimal): -9101242 or 4595829. OLE color: 4595829.

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

Color convert

RGB 117 32 70 -
CMYK 0 0.73 0.40 0.54
HSL 333.18º 0.57% 0.29% -
HSV(B) 333.18º 0.73% 0.46% -
XYZ 8.96 5.26 6.34 -
YUV 61.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 117 32 70 0 0.73 0.40 0.54 333.18 0.57 0.29
Hex 75 20 46 0 49 28 36 14D 39 1D
Octal 165 40 106 0 111 50 66 515 71 35
Binary 1110101 100000 1000110 0 1001001 101000 110110 101001101 111001 11101

Color Harmonies of #752046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752046

Black with #752046

Text Example


Text Example

White with #752046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752046; }

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

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

background-color css

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

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

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

border-color css

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

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

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