#5D243F

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

Shades of Pompadour #5D243F

Tints of Pompadour #5D243F

Color information

#5D243F (or 0x5D243F) is unknown color: approx Pompadour. HEX triplet: 5D, 24 and 3F. RGB value is (93,36,63). Sum of RGB (Red+Green+Blue) = 93+36+63=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D243F is #A2DBC0. Grayscale: #383838. Windows color (decimal): -10673089 or 4138077. OLE color: 4138077.

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

Color convert

RGB933663-
CMYK00.610.320.64
HSL331.58º44.19%25.29%-
HSV(B)331.58º61.29%36.47%-
XYZ6.043.955.15-
YUV56.12131.88154.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.44%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 63 (25% from 255) = 32.81%
R=48.44%
G=18.75%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93366300.610.320.64331.5844.1925.29
Hex5D243F03D204014c2c19
Octal1354477075401005145431
Binary10111011001001111110111101100000100000010100110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,63); }

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

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

 a { background-color: rgb(93,36,63); }

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

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

 span { border-color: rgb(93,36,63); }

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