Html Css Color HEX #5A2E47 Pompadour

📋 copy color: '#5A2E47'

red 90 ◦ green 46 ◦ blue 71

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

Shades of Pompadour #5A2E47

Tints of Pompadour #5A2E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.22%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 43.48%
G = 22.22%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A2E47 (or 0x5A2E47) is known color: Pompadour. HEX triplet: 5A, 2E and 47. RGB value is (90,46,71). Sum of RGB (Red+Green+Blue) = 90+46+71=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2E47 is #A5D1B8. Grayscale: #3D3D3D. Windows color (decimal): -10867129 or 4664922. OLE color: 4664922.

HSL color Cylindrical-coordinate representation of color #5A2E47: hue angle of 325.91º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A2E47 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 46 71 -
CMYK 0 0.49 0.21 0.65
HSL 325.91º 0.32% 0.27% -
HSV(B) 325.91º 0.49% 0.35% -
XYZ 6.33 4.58 6.51 -
YUV 62.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 90 46 71 0 0.49 0.21 0.65 325.91 0.32 0.27
Hex 5A 2E 47 0 31 15 41 146 20 1B
Octal 132 56 107 0 61 25 101 506 40 33
Binary 1011010 101110 1000111 0 110001 10101 1000001 101000110 100000 11011

Color Harmonies of #5A2E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2E47

Black with #5A2E47

Text Example


Text Example

White with #5A2E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,46,71); }

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

background-color css

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

 a { background-color: rgb(90,46,71); }

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

border-color css

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

 span { border-color: rgb(90,46,71); }

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