Html Css Color HEX #5A2648 Pompadour

📋 copy color: '#5A2648'

red 90 ◦ green 38 ◦ blue 72

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

Shades of Pompadour #5A2648

Tints of Pompadour #5A2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 45%
G = 19%
B = 36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#5A2648 (or 0x5A2648) is known color: Pompadour. HEX triplet: 5A, 26 and 48. RGB value is (90,38,72). Sum of RGB (Red+Green+Blue) = 90+38+72=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2648 is #A5D9B7. Grayscale: #393939. Windows color (decimal): -10869176 or 4728410. OLE color: 4728410.

HSL color Cylindrical-coordinate representation of color #5A2648: hue angle of 320.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2648 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 38 72 -
CMYK 0 0.58 0.20 0.65
HSL 320.77º 0.41% 0.25% -
HSV(B) 320.77º 0.58% 0.35% -
XYZ 6.08 4.03 6.59 -
YUV 57.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 90 38 72 0 0.58 0.20 0.65 320.77 0.41 0.25
Hex 5A 26 48 0 3A 14 41 141 29 19
Octal 132 46 110 0 72 24 101 501 51 31
Binary 1011010 100110 1001000 0 111010 10100 1000001 101000001 101001 11001

Color Harmonies of #5A2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2648

Black with #5A2648

Text Example


Text Example

White with #5A2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,38,72); }

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

background-color css

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

 a { background-color: rgb(90,38,72); }

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

border-color css

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

 span { border-color: rgb(90,38,72); }

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