#5D243D

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

Shades of Pompadour #5D243D

Tints of Pompadour #5D243D

Color information

#5D243D (or 0x5D243D) is unknown color: approx Pompadour. HEX triplet: 5D, 24 and 3D. RGB value is (93,36,61). Sum of RGB (Red+Green+Blue) = 93+36+61=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D243D is #A2DBC2. Grayscale: #373737. Windows color (decimal): -10673091 or 4007005. OLE color: 4007005.

HSL color Cylindrical-coordinate representation of color #5D243D: hue angle of 333.68º 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 #5D243D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB933661-
CMYK00.610.340.64
HSL333.68º44.19%25.29%-
HSV(B)333.68º61.29%36.47%-
XYZ5.993.934.86-
YUV55.89130.88154.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.95%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=48.95%
G=18.95%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93366100.610.340.64333.6844.1925.29
Hex5D243D03D224014e2c19
Octal1354475075421005165431
Binary10111011001001111010111101100010100000010100111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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