#5B213F

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

Shades of Pompadour #5B213F

Tints of Pompadour #5B213F

Color information

#5B213F (or 0x5B213F) is unknown color: approx Pompadour. HEX triplet: 5B, 21 and 3F. RGB value is (91,33,63). Sum of RGB (Red+Green+Blue) = 91+33+63=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B213F is #A4DEC0. Grayscale: #353535. Windows color (decimal): -10804929 or 4137307. OLE color: 4137307.

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

Color convert

RGB913363-
CMYK00.640.310.64
HSL328.97º46.77%24.31%-
HSV(B)328.97º63.74%35.69%-
XYZ5.763.675.11-
YUV53.76133.22154.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.66%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 63 (25% from 255) = 33.69%
R=48.66%
G=17.65%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91336300.640.310.64328.9746.7724.31
Hex5B213F0401F401492f18
Octal13341770100371005115730
Binary10110111000011111110100000011111100000010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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