#5d223c

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

Shades of Pompadour #5D223C

Tints of Pompadour #5D223C

Color information

#5D223C (or 0x5D223C) is unknown color: approx Pompadour. HEX triplet: 5D, 22 and 3C. RGB value is (93,34,60). Sum of RGB (Red+Green+Blue) = 93+34+60=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D223C is #A2DDC3. Grayscale: #363636. Windows color (decimal): -10673604 or 3940957. OLE color: 3940957.

HSL color Cylindrical-coordinate representation of color #5D223C: hue angle of 333.56º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D223C is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB933460-
CMYK00.630.350.64
HSL333.56º46.46%24.9%-
HSV(B)333.56º63.44%36.47%-
XYZ5.93.84.7-
YUV54.6131.05155.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.73%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=49.73%
G=18.18%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93346000.630.350.64333.5646.4624.9
Hex5D223C03F234014e2e19
Octal1354274077431005165631
Binary10111011000101111000111111100011100000010100111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d223c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5d223c; }

 p { color: rgb(93,34,60); }

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

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

 a { background-color: rgb(93,34,60); }

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

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

 span { border-color: rgb(93,34,60); }

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