#58274E

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

Shades of Loulou #58274E

Tints of Loulou #58274E

Color information

#58274E (or 0x58274E) is unknown color: approx Loulou. HEX triplet: 58, 27 and 4E. RGB value is (88,39,78). Sum of RGB (Red+Green+Blue) = 88+39+78=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58274E is #A7D8B1. Grayscale: #393939. Windows color (decimal): -10999986 or 5121880. OLE color: 5121880.

HSL color Cylindrical-coordinate representation of color #58274E: hue angle of 312.24º 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 #58274E is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB883978-
CMYK00.560.110.65
HSL312.24º38.58%24.9%-
HSV(B)312.24º55.68%34.51%-
XYZ6.134.087.67-
YUV58.1139.23149.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=42.93%
G=19.02%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88397800.560.110.65312.2438.5824.9
Hex58274E038B411382719
Octal13047116070131014704731
Binary1011000100111100111001110001011100000110011100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58274E; }

 p { color: rgb(88,39,78); }

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

<style>
 a { background-color: #58274E; }

 a { background-color: rgb(88,39,78); }

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

<style>
 span { border-color: #58274E; }

 span { border-color: rgb(88,39,78); }

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