#5B283F

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

Shades of Pompadour #5B283F

Tints of Pompadour #5B283F

Color information

#5B283F (or 0x5B283F) is unknown color: approx Pompadour. HEX triplet: 5B, 28 and 3F. RGB value is (91,40,63). Sum of RGB (Red+Green+Blue) = 91+40+63=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B283F is #A4D7C0. Grayscale: #393939. Windows color (decimal): -10803137 or 4139099. OLE color: 4139099.

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

Color convert

RGB914063-
CMYK00.560.310.64
HSL332.94º38.93%25.69%-
HSV(B)332.94º56.04%35.69%-
XYZ5.974.15.18-
YUV57.87130.9151.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.91%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 63 (25% from 255) = 32.47%
R=46.91%
G=20.62%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91406300.560.310.64332.9438.9325.69
Hex5B283F0381F4014d271a
Octal1335077070371005154732
Binary1011011101000111111011100011111100000010100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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