Html Css Color HEX #752044 Pompadour

📋 copy color: '#752044'

red 117 ◦ green 32 ◦ blue 68

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

Shades of Pompadour #752044

Tints of Pompadour #752044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 53.92%
G = 14.75%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#752044 (or 0x752044) is known color: Pompadour. HEX triplet: 75, 20 and 44. RGB value is (117,32,68). Sum of RGB (Red+Green+Blue) = 117+32+68=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #752044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752044 is #8ADFBB. Grayscale: #3D3D3D. Windows color (decimal): -9101244 or 4464757. OLE color: 4464757.

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

Color convert

RGB 117 32 68 -
CMYK 0 0.73 0.42 0.54
HSL 334.59º 0.57% 0.29% -
HSV(B) 334.59º 0.73% 0.46% -
XYZ 8.9 5.23 6.01 -
YUV 61.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 117 32 68 0 0.73 0.42 0.54 334.59 0.57 0.29
Hex 75 20 44 0 49 2A 36 14F 39 1D
Octal 165 40 104 0 111 52 66 517 71 35
Binary 1110101 100000 1000100 0 1001001 101010 110110 101001111 111001 11101

Color Harmonies of #752044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752044

Black with #752044

Text Example


Text Example

White with #752044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752044; }

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

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

background-color css

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

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

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

border-color css

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

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

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