Html Css Color HEX #5B143B Pompadour

📋 copy color: '#5B143B'

red 91 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #5B143B

Tints of Pompadour #5B143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 53.53%
G = 11.76%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5B143B (or 0x5B143B) is known color: Pompadour. HEX triplet: 5B, 14 and 3B. RGB value is (91,20,59). Sum of RGB (Red+Green+Blue) = 91+20+59=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B143B is #A4EBC4. Grayscale: #2D2D2D. Windows color (decimal): -10808261 or 3871835. OLE color: 3871835.

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

Color convert

RGB 91 20 59 -
CMYK 0 0.78 0.35 0.64
HSL 327.04º 0.64% 0.22% -
HSV(B) 327.04º 0.78% 0.36% -
XYZ 5.35 3.04 4.44 -
YUV 45.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 91 20 59 0 0.78 0.35 0.64 327.04 0.64 0.22
Hex 5B 14 3B 0 4E 23 40 147 40 16
Octal 133 24 73 0 116 43 100 507 100 26
Binary 1011011 10100 111011 0 1001110 100011 1000000 101000111 1000000 10110

Color Harmonies of #5B143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B143B

Black with #5B143B

Text Example


Text Example

White with #5B143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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