#5B1C41

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

Shades of Pompadour #5B1C41

Tints of Pompadour #5B1C41

Color information

#5B1C41 (or 0x5B1C41) is unknown color: approx Pompadour. HEX triplet: 5B, 1C and 41. RGB value is (91,28,65). Sum of RGB (Red+Green+Blue) = 91+28+65=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C41 is #A4E3BE. Grayscale: #323232. Windows color (decimal): -10806207 or 4267099. OLE color: 4267099.

HSL color Cylindrical-coordinate representation of color #5B1C41: hue angle of 324.76º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C41 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB912865-
CMYK00.690.290.64
HSL324.76º52.94%23.33%-
HSV(B)324.76º69.23%35.69%-
XYZ5.683.445.36-
YUV51.05135.87156.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.46%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=49.46%
G=15.22%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91286500.690.290.64324.7652.9423.33
Hex5B1C410451D401453517
Octal133341010105351005056527
Binary10110111110010000010100010111101100000010100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,28,65); }

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

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

 a { background-color: rgb(91,28,65); }

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

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

 span { border-color: rgb(91,28,65); }

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