Html Css Color HEX #5A2248 Pompadour

📋 copy color: '#5A2248'

red 90 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #5A2248

Tints of Pompadour #5A2248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 45.92%
G = 17.35%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#5A2248 (or 0x5A2248) is known color: Pompadour. HEX triplet: 5A, 22 and 48. RGB value is (90,34,72). Sum of RGB (Red+Green+Blue) = 90+34+72=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2248 is #A5DDB7. Grayscale: #363636. Windows color (decimal): -10870200 or 4727386. OLE color: 4727386.

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

Color convert

RGB 90 34 72 -
CMYK 0 0.62 0.20 0.65
HSL 319.29º 0.45% 0.24% -
HSV(B) 319.29º 0.62% 0.35% -
XYZ 5.96 3.79 6.55 -
YUV 55.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 90 34 72 0 0.62 0.20 0.65 319.29 0.45 0.24
Hex 5A 22 48 0 3E 14 41 13F 2D 18
Octal 132 42 110 0 76 24 101 477 55 30
Binary 1011010 100010 1001000 0 111110 10100 1000001 100111111 101101 11000

Color Harmonies of #5A2248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2248

Black with #5A2248

Text Example


Text Example

White with #5A2248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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