#58264C

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

Shades of Loulou #58264C

Tints of Loulou #58264C

Color information

#58264C (or 0x58264C) is unknown color: approx Loulou. HEX triplet: 58, 26 and 4C. RGB value is (88,38,76). Sum of RGB (Red+Green+Blue) = 88+38+76=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58264C is #A7D9B3. Grayscale: #393939. Windows color (decimal): -11000244 or 4990552. OLE color: 4990552.

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

Color convert

RGB883876-
CMYK00.570.140.65
HSL314.4º39.68%24.71%-
HSV(B)314.4º56.82%34.51%-
XYZ6.023.987.29-
YUV57.28138.56149.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=43.56%
G=18.81%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88387600.570.140.65314.439.6824.71
Hex58264C039E4113a2819
Octal13046114071161014725031
Binary1011000100110100110001110011110100000110011101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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