#59274B

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

Shades of Loulou #59274B

Tints of Loulou #59274B

Color information

#59274B (or 0x59274B) is unknown color: approx Loulou. HEX triplet: 59, 27 and 4B. RGB value is (89,39,75). Sum of RGB (Red+Green+Blue) = 89+39+75=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59274B is #A6D8B4. Grayscale: #393939. Windows color (decimal): -10934453 or 4925273. OLE color: 4925273.

HSL color Cylindrical-coordinate representation of color #59274B: hue angle of 316.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59274B is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB893975-
CMYK00.560.160.65
HSL316.8º39.06%25.1%-
HSV(B)316.8º56.18%34.9%-
XYZ6.124.087.12-
YUV58.05137.56150.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=43.84%
G=19.21%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89397500.560.160.65316.839.0625.1
Hex59274B038104113d2719
Octal13147113070201014754731
Binary10110011001111001011011100010000100000110011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59274B; }

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

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

<style>
 a { background-color: #59274B; }

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

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

<style>
 span { border-color: #59274B; }

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

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