#58354A

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

Shades of Loulou #58354A

Tints of Loulou #58354A

Color information

#58354A (or 0x58354A) is unknown color: approx Loulou. HEX triplet: 58, 35 and 4A. RGB value is (88,53,74). Sum of RGB (Red+Green+Blue) = 88+53+74=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58354A is #A7CAB5. Grayscale: #414141. Windows color (decimal): -10996406 or 4863320. OLE color: 4863320.

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

Color convert

RGB885374-
CMYK00.400.160.65
HSL324º24.82%27.65%-
HSV(B)324º39.77%34.51%-
XYZ6.535.127.12-
YUV65.86132.6143.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=40.93%
G=24.65%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88537400.400.160.6532424.8227.65
Hex58354A0281041144191c
Octal13065112050201015043134
Binary1011000110101100101001010001000010000011010001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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