#552240

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

Shades of Pompadour #552240

Tints of Pompadour #552240

Color information

#552240 (or 0x552240) is unknown color: approx Pompadour. HEX triplet: 55, 22 and 40. RGB value is (85,34,64). Sum of RGB (Red+Green+Blue) = 85+34+64=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552240 is #AADDBF. Grayscale: #343434. Windows color (decimal): -11197888 or 4203093. OLE color: 4203093.

HSL color Cylindrical-coordinate representation of color #552240: hue angle of 324.71º 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 #552240 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB853464-
CMYK00.600.250.67
HSL324.71º42.86%23.33%-
HSV(B)324.71º60%33.33%-
XYZ5.243.455.24-
YUV52.67134.4151.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=46.45%
G=18.58%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85346400.600.250.67324.7142.8623.33
Hex55224003C19431452b17
Octal12542100074311035055327
Binary10101011000101000000011110011001100001110100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552240; }

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

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

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

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

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

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

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

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