Html Css Color HEX #752147 Pompadour

📋 copy color: '#752147'

red 117 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #752147

Tints of Pompadour #752147

RGB

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

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

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

R = 52.94%
G = 14.93%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#752147 (or 0x752147) is known color: Pompadour. HEX triplet: 75, 21 and 47. RGB value is (117,33,71). Sum of RGB (Red+Green+Blue) = 117+33+71=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752147 is #8ADEB8. Grayscale: #3E3E3E. Windows color (decimal): -9100985 or 4661621. OLE color: 4661621.

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

Color convert

RGB 117 33 71 -
CMYK 0 0.72 0.39 0.54
HSL 332.86º 0.56% 0.29% -
HSV(B) 332.86º 0.72% 0.46% -
XYZ 9.02 5.32 6.51 -
YUV 62.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 117 33 71 0 0.72 0.39 0.54 332.86 0.56 0.29
Hex 75 21 47 0 48 27 36 14D 38 1D
Octal 165 41 107 0 110 47 66 515 70 35
Binary 1110101 100001 1000111 0 1001000 100111 110110 101001101 111000 11101

Color Harmonies of #752147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752147

Black with #752147

Text Example


Text Example

White with #752147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752147; }

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

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

background-color css

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

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

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

border-color css

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

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

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