Html Css Color HEX #5B174A Pompadour

📋 copy color: '#5B174A'

red 91 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #5B174A

Tints of Pompadour #5B174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 48.4%
G = 12.23%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B174A (or 0x5B174A) is known color: Pompadour. HEX triplet: 5B, 17 and 4A. RGB value is (91,23,74). Sum of RGB (Red+Green+Blue) = 91+23+74=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B174A is #A4E8B5. Grayscale: #313131. Windows color (decimal): -10807478 or 4855643. OLE color: 4855643.

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

Color convert

RGB 91 23 74 -
CMYK 0 0.75 0.19 0.64
HSL 315º 0.6% 0.22% -
HSV(B) 315º 0.75% 0.36% -
XYZ 5.86 3.33 6.81 -
YUV 49.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 91 23 74 0 0.75 0.19 0.64 315 0.6 0.22
Hex 5B 17 4A 0 4B 13 40 13B 3C 16
Octal 133 27 112 0 113 23 100 473 74 26
Binary 1011011 10111 1001010 0 1001011 10011 1000000 100111011 111100 10110

Color Harmonies of #5B174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B174A

Black with #5B174A

Text Example


Text Example

White with #5B174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,23,74); }

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

background-color css

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

 a { background-color: rgb(91,23,74); }

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

border-color css

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

 span { border-color: rgb(91,23,74); }

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