Html Css Color HEX #5B153F Pompadour

📋 copy color: '#5B153F'

red 91 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #5B153F

Tints of Pompadour #5B153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36%

R = 52%
G = 12%
B = 36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5B153F (or 0x5B153F) is known color: Pompadour. HEX triplet: 5B, 15 and 3F. RGB value is (91,21,63). Sum of RGB (Red+Green+Blue) = 91+21+63=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B153F is #A4EAC0. Grayscale: #2E2E2E. Windows color (decimal): -10808001 or 4134235. OLE color: 4134235.

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

Color convert

RGB 91 21 63 -
CMYK 0 0.77 0.31 0.64
HSL 324º 0.63% 0.22% -
HSV(B) 324º 0.77% 0.36% -
XYZ 5.48 3.12 5.02 -
YUV 46.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 91 21 63 0 0.77 0.31 0.64 324 0.63 0.22
Hex 5B 15 3F 0 4D 1F 40 144 3E 16
Octal 133 25 77 0 115 37 100 504 76 26
Binary 1011011 10101 111111 0 1001101 11111 1000000 101000100 111110 10110

Color Harmonies of #5B153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B153F

Black with #5B153F

Text Example


Text Example

White with #5B153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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