Html Css Color HEX #752042 Pompadour

📋 copy color: '#752042'

red 117 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #752042

Tints of Pompadour #752042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 54.42%
G = 14.88%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752042 (or 0x752042) is known color: Pompadour. HEX triplet: 75, 20 and 42. RGB value is (117,32,66). Sum of RGB (Red+Green+Blue) = 117+32+66=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752042 is #8ADFBD. Grayscale: #3D3D3D. Windows color (decimal): -9101246 or 4333685. OLE color: 4333685.

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

Color convert

RGB 117 32 66 -
CMYK 0 0.73 0.44 0.54
HSL 336º 0.57% 0.29% -
HSV(B) 336º 0.73% 0.46% -
XYZ 8.84 5.21 5.69 -
YUV 61.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 117 32 66 0 0.73 0.44 0.54 336 0.57 0.29
Hex 75 20 42 0 49 2C 36 150 39 1D
Octal 165 40 102 0 111 54 66 520 71 35
Binary 1110101 100000 1000010 0 1001001 101100 110110 101010000 111001 11101

Color Harmonies of #752042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752042

Black with #752042

Text Example


Text Example

White with #752042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752042; }

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

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

background-color css

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

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

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

border-color css

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

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

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