#5B1D3A

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

Shades of Pompadour #5B1D3A

Tints of Pompadour #5B1D3A

Color information

#5B1D3A (or 0x5B1D3A) is unknown color: approx Pompadour. HEX triplet: 5B, 1D and 3A. RGB value is (91,29,58). Sum of RGB (Red+Green+Blue) = 91+29+58=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1D3A is #A4E2C5. Grayscale: #323232. Windows color (decimal): -10805958 or 3808603. OLE color: 3808603.

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

Color convert

RGB912958-
CMYK00.680.360.64
HSL331.94º51.67%23.53%-
HSV(B)331.94º68.13%35.69%-
XYZ5.523.414.37-
YUV50.84132.04156.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.12%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=51.12%
G=16.29%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91295800.680.360.64331.9451.6723.53
Hex5B1D3A044244014c3418
Octal13335720104441005146430
Binary10110111110111101001000100100100100000010100110011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,29,58); }

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

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

 a { background-color: rgb(91,29,58); }

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

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

 span { border-color: rgb(91,29,58); }

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