Html Css Color HEX #5B153A Pompadour

📋 copy color: '#5B153A'

red 91 ◦ green 21 ◦ blue 58

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

Shades of Pompadour #5B153A

Tints of Pompadour #5B153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 53.53%
G = 12.35%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5B153A (or 0x5B153A) is known color: Pompadour. HEX triplet: 5B, 15 and 3A. RGB value is (91,21,58). Sum of RGB (Red+Green+Blue) = 91+21+58=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B153A is #A4EAC5. Grayscale: #2E2E2E. Windows color (decimal): -10808006 or 3806555. OLE color: 3806555.

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

Color convert

RGB 91 21 58 -
CMYK 0 0.77 0.36 0.64
HSL 328.29º 0.63% 0.22% -
HSV(B) 328.29º 0.77% 0.36% -
XYZ 5.35 3.07 4.31 -
YUV 46.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 91 21 58 0 0.77 0.36 0.64 328.29 0.63 0.22
Hex 5B 15 3A 0 4D 24 40 148 3E 16
Octal 133 25 72 0 115 44 100 510 76 26
Binary 1011011 10101 111010 0 1001101 100100 1000000 101001000 111110 10110

Color Harmonies of #5B153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B153A

Black with #5B153A

Text Example


Text Example

White with #5B153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,58); }

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

background-color css

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

 a { background-color: rgb(91,21,58); }

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

border-color css

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

 span { border-color: rgb(91,21,58); }

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