Html Css Color HEX #752342 Pompadour

📋 copy color: '#752342'

red 117 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #752342

Tints of Pompadour #752342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 53.67%
G = 16.06%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752342 (or 0x752342) is known color: Pompadour. HEX triplet: 75, 23 and 42. RGB value is (117,35,66). Sum of RGB (Red+Green+Blue) = 117+35+66=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #752342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752342 is #8ADCBD. Grayscale: #3F3F3F. Windows color (decimal): -9100478 or 4334453. OLE color: 4334453.

HSL color Cylindrical-coordinate representation of color #752342: hue angle of 337.32º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752342 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 66 -
CMYK 0 0.70 0.44 0.54
HSL 337.32º 0.54% 0.3% -
HSV(B) 337.32º 0.7% 0.46% -
XYZ 8.92 5.38 5.72 -
YUV 63.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 117 35 66 0 0.70 0.44 0.54 337.32 0.54 0.3
Hex 75 23 42 0 46 2C 36 151 36 1E
Octal 165 43 102 0 106 54 66 521 66 36
Binary 1110101 100011 1000010 0 1000110 101100 110110 101010001 110110 11110

Color Harmonies of #752342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752342

Black with #752342

Text Example


Text Example

White with #752342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752342; }

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

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

background-color css

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

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

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

border-color css

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

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

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