Html Css Color HEX #5A2C46 Pompadour

📋 copy color: '#5A2C46'

red 90 ◦ green 44 ◦ blue 70

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

Shades of Pompadour #5A2C46

Tints of Pompadour #5A2C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.57%

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 44.12%
G = 21.57%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A2C46 (or 0x5A2C46) is known color: Pompadour. HEX triplet: 5A, 2C and 46. RGB value is (90,44,70). Sum of RGB (Red+Green+Blue) = 90+44+70=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C46 is #A5D3B9. Grayscale: #3C3C3C. Windows color (decimal): -10867642 or 4598874. OLE color: 4598874.

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

Color convert

RGB 90 44 70 -
CMYK 0 0.51 0.22 0.65
HSL 326.09º 0.34% 0.26% -
HSV(B) 326.09º 0.51% 0.35% -
XYZ 6.22 4.42 6.32 -
YUV 60.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 90 44 70 0 0.51 0.22 0.65 326.09 0.34 0.26
Hex 5A 2C 46 0 33 16 41 146 22 1A
Octal 132 54 106 0 63 26 101 506 42 32
Binary 1011010 101100 1000110 0 110011 10110 1000001 101000110 100010 11010

Color Harmonies of #5A2C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2C46

Black with #5A2C46

Text Example


Text Example

White with #5A2C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,44,70); }

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

background-color css

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

 a { background-color: rgb(90,44,70); }

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

border-color css

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

 span { border-color: rgb(90,44,70); }

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