#5B213D

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

Shades of Pompadour #5B213D

Tints of Pompadour #5B213D

Color information

#5B213D (or 0x5B213D) is unknown color: approx Pompadour. HEX triplet: 5B, 21 and 3D. RGB value is (91,33,61). Sum of RGB (Red+Green+Blue) = 91+33+61=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B213D is #A4DEC2. Grayscale: #353535. Windows color (decimal): -10804931 or 4006235. OLE color: 4006235.

HSL color Cylindrical-coordinate representation of color #5B213D: hue angle of 331.03º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B213D is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB913361-
CMYK00.640.330.64
HSL331.03º46.77%24.31%-
HSV(B)331.03º63.74%35.69%-
XYZ5.73.654.82-
YUV53.53132.22154.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.19%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=49.19%
G=17.84%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91336100.640.330.64331.0346.7724.31
Hex5B213D040214014b2f18
Octal13341750100411005135730
Binary101101110000111110101000000100001100000010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,61); }

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

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

 a { background-color: rgb(91,33,61); }

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

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

 span { border-color: rgb(91,33,61); }

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