Html Css Color HEX #752047 Pompadour

📋 copy color: '#752047'

red 117 ◦ green 32 ◦ blue 71

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

Shades of Pompadour #752047

Tints of Pompadour #752047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 53.18%
G = 14.55%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#752047 (or 0x752047) is known color: Pompadour. HEX triplet: 75, 20 and 47. RGB value is (117,32,71). Sum of RGB (Red+Green+Blue) = 117+32+71=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #752047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752047 is #8ADFB8. Grayscale: #3D3D3D. Windows color (decimal): -9101241 or 4661365. OLE color: 4661365.

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

Color convert

RGB 117 32 71 -
CMYK 0 0.73 0.39 0.54
HSL 332.47º 0.57% 0.29% -
HSV(B) 332.47º 0.73% 0.46% -
XYZ 8.99 5.27 6.5 -
YUV 61.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 117 32 71 0 0.73 0.39 0.54 332.47 0.57 0.29
Hex 75 20 47 0 49 27 36 14C 39 1D
Octal 165 40 107 0 111 47 66 514 71 35
Binary 1110101 100000 1000111 0 1001001 100111 110110 101001100 111001 11101

Color Harmonies of #752047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752047

Black with #752047

Text Example


Text Example

White with #752047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752047; }

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

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

background-color css

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

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

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

border-color css

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

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

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