Html Css Color HEX #5A213B Pompadour

📋 copy color: '#5A213B'

red 90 ◦ green 33 ◦ blue 59

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

Shades of Pompadour #5A213B

Tints of Pompadour #5A213B

RGB

 RED value IS 90 (35.55% from 255) = 49.45%

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

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

R = 49.45%
G = 18.13%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#5A213B (or 0x5A213B) is known color: Pompadour. HEX triplet: 5A, 21 and 3B. RGB value is (90,33,59). Sum of RGB (Red+Green+Blue) = 90+33+59=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A213B is #A5DEC4. Grayscale: #343434. Windows color (decimal): -10870469 or 3875162. OLE color: 3875162.

HSL color Cylindrical-coordinate representation of color #5A213B: hue angle of 332.63º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A213B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 33 59 -
CMYK 0 0.63 0.34 0.65
HSL 332.63º 0.46% 0.24% -
HSV(B) 332.63º 0.63% 0.35% -
XYZ 5.55 3.58 4.54 -
YUV 53.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 90 33 59 0 0.63 0.34 0.65 332.63 0.46 0.24
Hex 5A 21 3B 0 3F 22 41 14D 2E 18
Octal 132 41 73 0 77 42 101 515 56 30
Binary 1011010 100001 111011 0 111111 100010 1000001 101001101 101110 11000

Color Harmonies of #5A213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A213B

Black with #5A213B

Text Example


Text Example

White with #5A213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,33,59); }

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

background-color css

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

 a { background-color: rgb(90,33,59); }

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

border-color css

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

 span { border-color: rgb(90,33,59); }

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