#5A253E

Color #5A253E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5A253E

Tints of Pompadour #5A253E

Color information

#5A253E (or 0x5A253E) is unknown color: approx Pompadour. HEX triplet: 5A, 25 and 3E. RGB value is (90,37,62). Sum of RGB (Red+Green+Blue) = 90+37+62=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A253E is #A5DAC1. Grayscale: #373737. Windows color (decimal): -10869442 or 4072794. OLE color: 4072794.

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

Color convert

RGB903762-
CMYK00.590.310.65
HSL331.7º41.73%24.9%-
HSV(B)331.7º58.89%35.29%-
XYZ5.753.845-
YUV55.7131.56152.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.62%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=47.62%
G=19.58%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90376200.590.310.65331.741.7324.9
Hex5A253E03B1F4114c2a19
Octal1324576073371015145231
Binary1011010100101111110011101111111100000110100110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,62); }

 H1.HeaderClassName
 {
   color: #5A253E;
 }
 .AnyTagClassName
 {
   color: #5A253E;
 }
</style>
background-color css

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

 a { background-color: rgb(90,37,62); }

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

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

 span { border-color: rgb(90,37,62); }

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