Html Css Color HEX #752048 Pompadour

📋 copy color: '#752048'

red 117 ◦ green 32 ◦ blue 72

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

Shades of Pompadour #752048

Tints of Pompadour #752048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 52.94%
G = 14.48%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752048 (or 0x752048) is known color: Pompadour. HEX triplet: 75, 20 and 48. RGB value is (117,32,72). Sum of RGB (Red+Green+Blue) = 117+32+72=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752048 is #8ADFB7. Grayscale: #3D3D3D. Windows color (decimal): -9101240 or 4726901. OLE color: 4726901.

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

Color convert

RGB 117 32 72 -
CMYK 0 0.73 0.38 0.54
HSL 331.76º 0.57% 0.29% -
HSV(B) 331.76º 0.73% 0.46% -
XYZ 9.02 5.28 6.68 -
YUV 61.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 117 32 72 0 0.73 0.38 0.54 331.76 0.57 0.29
Hex 75 20 48 0 49 26 36 14C 39 1D
Octal 165 40 110 0 111 46 66 514 71 35
Binary 1110101 100000 1001000 0 1001001 100110 110110 101001100 111001 11101

Color Harmonies of #752048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752048

Black with #752048

Text Example


Text Example

White with #752048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752048; }

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

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

background-color css

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

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

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

border-color css

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

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

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