Html Css Color HEX #5B1E48 Pompadour

📋 copy color: '#5B1E48'

red 91 ◦ green 30 ◦ blue 72

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

Shades of Pompadour #5B1E48

Tints of Pompadour #5B1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 72 (28.52% from 255) = 37.31%

R = 47.15%
G = 15.54%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5B1E48 (or 0x5B1E48) is known color: Pompadour. HEX triplet: 5B, 1E and 48. RGB value is (91,30,72). Sum of RGB (Red+Green+Blue) = 91+30+72=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E48 is #A4E1B7. Grayscale: #343434. Windows color (decimal): -10805688 or 4726363. OLE color: 4726363.

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

Color convert

RGB 91 30 72 -
CMYK 0 0.67 0.21 0.64
HSL 318.69º 0.5% 0.24% -
HSV(B) 318.69º 0.67% 0.36% -
XYZ 5.95 3.62 6.52 -
YUV 53.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 91 30 72 0 0.67 0.21 0.64 318.69 0.5 0.24
Hex 5B 1E 48 0 43 15 40 13F 32 18
Octal 133 36 110 0 103 25 100 477 62 30
Binary 1011011 11110 1001000 0 1000011 10101 1000000 100111111 110010 11000

Color Harmonies of #5B1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1E48

Black with #5B1E48

Text Example


Text Example

White with #5B1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,30,72); }

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

background-color css

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

 a { background-color: rgb(91,30,72); }

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

border-color css

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

 span { border-color: rgb(91,30,72); }

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