Html Css Color HEX #5B1438 Pompadour

📋 copy color: '#5B1438'

red 91 ◦ green 20 ◦ blue 56

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

Shades of Pompadour #5B1438

Tints of Pompadour #5B1438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

 BLUE value IS 56 (22.27% from 255) = 33.53%

R = 54.49%
G = 11.98%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5B1438 (or 0x5B1438) is known color: Pompadour. HEX triplet: 5B, 14 and 38. RGB value is (91,20,56). Sum of RGB (Red+Green+Blue) = 91+20+56=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1438 is #A4EBC7. Grayscale: #2D2D2D. Windows color (decimal): -10808264 or 3675227. OLE color: 3675227.

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

Color convert

RGB 91 20 56 -
CMYK 0 0.78 0.38 0.64
HSL 329.58º 0.64% 0.22% -
HSV(B) 329.58º 0.78% 0.36% -
XYZ 5.28 3.01 4.04 -
YUV 45.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 91 20 56 0 0.78 0.38 0.64 329.58 0.64 0.22
Hex 5B 14 38 0 4E 26 40 14A 40 16
Octal 133 24 70 0 116 46 100 512 100 26
Binary 1011011 10100 111000 0 1001110 100110 1000000 101001010 1000000 10110

Color Harmonies of #5B1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1438

Black with #5B1438

Text Example


Text Example

White with #5B1438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,20,56); }

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

background-color css

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

 a { background-color: rgb(91,20,56); }

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

border-color css

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

 span { border-color: rgb(91,20,56); }

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