Html Css Color HEX #5B1E46 Pompadour

📋 copy color: '#5B1E46'

red 91 ◦ green 30 ◦ blue 70

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

Shades of Pompadour #5B1E46

Tints of Pompadour #5B1E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 47.64%
G = 15.71%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5B1E46 (or 0x5B1E46) is known color: Pompadour. HEX triplet: 5B, 1E and 46. RGB value is (91,30,70). Sum of RGB (Red+Green+Blue) = 91+30+70=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E46 is #A4E1B9. Grayscale: #343434. Windows color (decimal): -10805690 or 4595291. OLE color: 4595291.

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

Color convert

RGB 91 30 70 -
CMYK 0 0.67 0.23 0.64
HSL 320.66º 0.5% 0.24% -
HSV(B) 320.66º 0.67% 0.36% -
XYZ 5.88 3.59 6.18 -
YUV 52.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 91 30 70 0 0.67 0.23 0.64 320.66 0.5 0.24
Hex 5B 1E 46 0 43 17 40 141 32 18
Octal 133 36 106 0 103 27 100 501 62 30
Binary 1011011 11110 1000110 0 1000011 10111 1000000 101000001 110010 11000

Color Harmonies of #5B1E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1E46

Black with #5B1E46

Text Example


Text Example

White with #5B1E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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