Html Css Color HEX #5A2A46 Pompadour

📋 copy color: '#5A2A46'

red 90 ◦ green 42 ◦ blue 70

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

Shades of Pompadour #5A2A46

Tints of Pompadour #5A2A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.79%

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

R = 44.55%
G = 20.79%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A2A46 (or 0x5A2A46) is known color: Pompadour. HEX triplet: 5A, 2A and 46. RGB value is (90,42,70). Sum of RGB (Red+Green+Blue) = 90+42+70=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2A46 is #A5D5B9. Grayscale: #3B3B3B. Windows color (decimal): -10868154 or 4598362. OLE color: 4598362.

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

Color convert

RGB 90 42 70 -
CMYK 0 0.53 0.22 0.65
HSL 325º 0.36% 0.26% -
HSV(B) 325º 0.53% 0.35% -
XYZ 6.15 4.27 6.29 -
YUV 59.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 90 42 70 0 0.53 0.22 0.65 325 0.36 0.26
Hex 5A 2A 46 0 35 16 41 145 24 1A
Octal 132 52 106 0 65 26 101 505 44 32
Binary 1011010 101010 1000110 0 110101 10110 1000001 101000101 100100 11010

Color Harmonies of #5A2A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2A46

Black with #5A2A46

Text Example


Text Example

White with #5A2A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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