#552242

Color #552242 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #552242

Tints of Pompadour #552242

Color information

#552242 (or 0x552242) is unknown color: approx Pompadour. HEX triplet: 55, 22 and 42. RGB value is (85,34,66). Sum of RGB (Red+Green+Blue) = 85+34+66=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552242 is #AADDBD. Grayscale: #343434. Windows color (decimal): -11197886 or 4334165. OLE color: 4334165.

HSL color Cylindrical-coordinate representation of color #552242: hue angle of 322.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552242 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB853466-
CMYK00.600.220.67
HSL322.35º42.86%23.33%-
HSV(B)322.35º60%33.33%-
XYZ5.33.475.54-
YUV52.9135.4150.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=45.95%
G=18.38%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85346600.600.220.67322.3542.8623.33
Hex55224203C16431422b17
Octal12542102074261035025327
Binary10101011000101000010011110010110100001110100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552242; }

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

 H1.HeaderClassName
 {
   color: #552242;
 }
 .AnyTagClassName
 {
   color: #552242;
 }
</style>
background-color css

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

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

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

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

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

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