Html Css Color HEX #5B2440 Pompadour

📋 copy color: '#5B2440'

red 91 ◦ green 36 ◦ blue 64

#5B2440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #5B2440

Tints of Pompadour #5B2440

RGB

 RED value IS 91 (35.94% from 255) = 47.64%

 GREEN value IS 36 (14.45% from 255) = 18.85%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 47.64%
G = 18.85%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5B2440 (or 0x5B2440) is known color: Pompadour. HEX triplet: 5B, 24 and 40. RGB value is (91,36,64). Sum of RGB (Red+Green+Blue) = 91+36+64=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2440 is #A4DBBF. Grayscale: #373737. Windows color (decimal): -10804160 or 4203611. OLE color: 4203611.

HSL color Cylindrical-coordinate representation of color #5B2440: hue angle of 329.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2440 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 36 64 -
CMYK 0 0.60 0.30 0.64
HSL 329.45º 0.43% 0.25% -
HSV(B) 329.45º 0.6% 0.36% -
XYZ 5.87 3.86 5.29 -
YUV 55.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 91 36 64 0 0.60 0.30 0.64 329.45 0.43 0.25
Hex 5B 24 40 0 3C 1E 40 149 2B 19
Octal 133 44 100 0 74 36 100 511 53 31
Binary 1011011 100100 1000000 0 111100 11110 1000000 101001001 101011 11001

Color Harmonies of #5B2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2440

Black with #5B2440

Text Example


Text Example

White with #5B2440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,36,64); }

 H1.HeaderClassName
 {
   color: #5B2440;
 }
 .AnyTagClassName
 {
   color: #5B2440;
 }
</style>

background-color css

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

 a { background-color: rgb(91,36,64); }

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

border-color css

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

 span { border-color: rgb(91,36,64); }

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