#5D283F

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

Shades of Pompadour #5D283F

Tints of Pompadour #5D283F

Color information

#5D283F (or 0x5D283F) is unknown color: approx Pompadour. HEX triplet: 5D, 28 and 3F. RGB value is (93,40,63). Sum of RGB (Red+Green+Blue) = 93+40+63=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D283F is #A2D7C0. Grayscale: #3A3A3A. Windows color (decimal): -10672065 or 4139101. OLE color: 4139101.

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

Color convert

RGB934063-
CMYK00.570.320.64
HSL333.96º39.85%26.08%-
HSV(B)333.96º56.99%36.47%-
XYZ6.174.25.19-
YUV58.47130.56152.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.45%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 63 (25% from 255) = 32.14%
R=47.45%
G=20.41%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93406300.570.320.64333.9639.8526.08
Hex5D283F039204014e281a
Octal1355077071401005165032
Binary10111011010001111110111001100000100000010100111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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