#5B1C43

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

Shades of Pompadour #5B1C43

Tints of Pompadour #5B1C43

Color information

#5B1C43 (or 0x5B1C43) is unknown color: approx Pompadour. HEX triplet: 5B, 1C and 43. RGB value is (91,28,67). Sum of RGB (Red+Green+Blue) = 91+28+67=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C43 is #A4E3BC. Grayscale: #333333. Windows color (decimal): -10806205 or 4398171. OLE color: 4398171.

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

Color convert

RGB912867-
CMYK00.690.260.64
HSL322.86º52.94%23.33%-
HSV(B)322.86º69.23%35.69%-
XYZ5.743.465.68-
YUV51.28136.87156.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.92%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=48.92%
G=15.05%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91286700.690.260.64322.8652.9423.33
Hex5B1C430451A401433517
Octal133341030105321005036527
Binary10110111110010000110100010111010100000010100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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