#58274C

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

Shades of Loulou #58274C

Tints of Loulou #58274C

Color information

#58274C (or 0x58274C) is unknown color: approx Loulou. HEX triplet: 58, 27 and 4C. RGB value is (88,39,76). Sum of RGB (Red+Green+Blue) = 88+39+76=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58274C is #A7D8B3. Grayscale: #393939. Windows color (decimal): -10999988 or 4990808. OLE color: 4990808.

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

Color convert

RGB883976-
CMYK00.560.140.65
HSL314.69º38.58%24.9%-
HSV(B)314.69º55.68%34.51%-
XYZ6.054.057.3-
YUV57.87138.23149.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=43.35%
G=19.21%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88397600.560.140.65314.6938.5824.9
Hex58274C038E4113b2719
Octal13047114070161014734731
Binary1011000100111100110001110001110100000110011101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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