#552342

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

Shades of Pompadour #552342

Tints of Pompadour #552342

Color information

#552342 (or 0x552342) is unknown color: approx Pompadour. HEX triplet: 55, 23 and 42. RGB value is (85,35,66). Sum of RGB (Red+Green+Blue) = 85+35+66=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552342 is #AADCBD. Grayscale: #353535. Windows color (decimal): -11197630 or 4334421. OLE color: 4334421.

HSL color Cylindrical-coordinate representation of color #552342: hue angle of 322.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552342 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB853566-
CMYK00.590.220.67
HSL322.8º41.67%23.53%-
HSV(B)322.8º58.82%33.33%-
XYZ5.333.535.55-
YUV53.48135.06150.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=45.70%
G=18.82%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85356600.590.220.67322.841.6723.53
Hex55234203B16431432a18
Octal12543102073261035035230
Binary10101011000111000010011101110110100001110100001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552342; }

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

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

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

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

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

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

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

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