Html Css Color HEX #752242 Pompadour

📋 copy color: '#752242'

red 117 ◦ green 34 ◦ blue 66

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

Shades of Pompadour #752242

Tints of Pompadour #752242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 53.92%
G = 15.67%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752242 (or 0x752242) is known color: Pompadour. HEX triplet: 75, 22 and 42. RGB value is (117,34,66). Sum of RGB (Red+Green+Blue) = 117+34+66=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #752242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752242 is #8ADDBD. Grayscale: #3E3E3E. Windows color (decimal): -9100734 or 4334197. OLE color: 4334197.

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

Color convert

RGB 117 34 66 -
CMYK 0 0.71 0.44 0.54
HSL 336.87º 0.55% 0.3% -
HSV(B) 336.87º 0.71% 0.46% -
XYZ 8.89 5.32 5.71 -
YUV 62.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 117 34 66 0 0.71 0.44 0.54 336.87 0.55 0.3
Hex 75 22 42 0 47 2C 36 151 37 1E
Octal 165 42 102 0 107 54 66 521 67 36
Binary 1110101 100010 1000010 0 1000111 101100 110110 101010001 110111 11110

Color Harmonies of #752242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752242

Black with #752242

Text Example


Text Example

White with #752242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752242; }

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

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

background-color css

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

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

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

border-color css

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

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

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