#5A274B

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

Shades of Loulou #5A274B

Tints of Loulou #5A274B

Color information

#5A274B (or 0x5A274B) is unknown color: approx Loulou. HEX triplet: 5A, 27 and 4B. RGB value is (90,39,75). Sum of RGB (Red+Green+Blue) = 90+39+75=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A274B is #A5D8B4. Grayscale: #3A3A3A. Windows color (decimal): -10868917 or 4925274. OLE color: 4925274.

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

Color convert

RGB903975-
CMYK00.570.170.65
HSL317.65º39.53%25.29%-
HSV(B)317.65º56.67%35.29%-
XYZ6.214.137.13-
YUV58.35137.4150.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=44.12%
G=19.12%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90397500.570.170.65317.6539.5325.29
Hex5A274B039114113e2819
Octal13247113071211014765031
Binary10110101001111001011011100110001100000110011111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,39,75); }

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

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

 a { background-color: rgb(90,39,75); }

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

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

 span { border-color: rgb(90,39,75); }

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