Html Css Color HEX #5B1D38 Pompadour

📋 copy color: '#5B1D38'

red 91 ◦ green 29 ◦ blue 56

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

Shades of Pompadour #5B1D38

Tints of Pompadour #5B1D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 51.7%
G = 16.48%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5B1D38 (or 0x5B1D38) is known color: Pompadour. HEX triplet: 5B, 1D and 38. RGB value is (91,29,56). Sum of RGB (Red+Green+Blue) = 91+29+56=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1D38 is #A4E2C7. Grayscale: #323232. Windows color (decimal): -10805960 or 3677531. OLE color: 3677531.

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

Color convert

RGB 91 29 56 -
CMYK 0 0.68 0.38 0.64
HSL 333.87º 0.52% 0.24% -
HSV(B) 333.87º 0.68% 0.36% -
XYZ 5.47 3.39 4.11 -
YUV 50.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 91 29 56 0 0.68 0.38 0.64 333.87 0.52 0.24
Hex 5B 1D 38 0 44 26 40 14E 34 18
Octal 133 35 70 0 104 46 100 516 64 30
Binary 1011011 11101 111000 0 1000100 100110 1000000 101001110 110100 11000

Color Harmonies of #5B1D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1D38

Black with #5B1D38

Text Example


Text Example

White with #5B1D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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