Html Css Color HEX #5B213C Pompadour

📋 copy color: '#5B213C'

red 91 ◦ green 33 ◦ blue 60

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

Shades of Pompadour #5B213C

Tints of Pompadour #5B213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 49.46%
G = 17.93%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5B213C (or 0x5B213C) is known color: Pompadour. HEX triplet: 5B, 21 and 3C. RGB value is (91,33,60). Sum of RGB (Red+Green+Blue) = 91+33+60=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B213C is #A4DEC3. Grayscale: #353535. Windows color (decimal): -10804932 or 3940699. OLE color: 3940699.

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

Color convert

RGB 91 33 60 -
CMYK 0 0.64 0.34 0.64
HSL 332.07º 0.47% 0.24% -
HSV(B) 332.07º 0.64% 0.36% -
XYZ 5.67 3.64 4.68 -
YUV 53.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 91 33 60 0 0.64 0.34 0.64 332.07 0.47 0.24
Hex 5B 21 3C 0 40 22 40 14C 2F 18
Octal 133 41 74 0 100 42 100 514 57 30
Binary 1011011 100001 111100 0 1000000 100010 1000000 101001100 101111 11000

Color Harmonies of #5B213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B213C

Black with #5B213C

Text Example


Text Example

White with #5B213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,33,60); }

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

background-color css

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

 a { background-color: rgb(91,33,60); }

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

border-color css

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

 span { border-color: rgb(91,33,60); }

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