#58364A

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

Shades of Loulou #58364A

Tints of Loulou #58364A

Color information

#58364A (or 0x58364A) is unknown color: approx Loulou. HEX triplet: 58, 36 and 4A. RGB value is (88,54,74). Sum of RGB (Red+Green+Blue) = 88+54+74=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58364A is #A7C9B5. Grayscale: #424242. Windows color (decimal): -10996150 or 4863576. OLE color: 4863576.

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

Color convert

RGB885474-
CMYK00.390.160.65
HSL324.71º23.94%27.84%-
HSV(B)324.71º38.64%34.51%-
XYZ6.585.217.14-
YUV66.45132.26143.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=40.74%
G=25%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88547400.390.160.65324.7123.9427.84
Hex58364A0271041145181c
Octal13066112047201015053034
Binary1011000110110100101001001111000010000011010001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58364A; }

 p { color: rgb(88,54,74); }

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

<style>
 a { background-color: #58364A; }

 a { background-color: rgb(88,54,74); }

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

<style>
 span { border-color: #58364A; }

 span { border-color: rgb(88,54,74); }

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