#58294A

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

Shades of Loulou #58294A

Tints of Loulou #58294A

Color information

#58294A (or 0x58294A) is unknown color: approx Loulou. HEX triplet: 58, 29 and 4A. RGB value is (88,41,74). Sum of RGB (Red+Green+Blue) = 88+41+74=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58294A is #A7D6B5. Grayscale: #3A3A3A. Windows color (decimal): -10999478 or 4860248. OLE color: 4860248.

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

Color convert

RGB884174-
CMYK00.530.160.65
HSL317.87º36.43%25.29%-
HSV(B)317.87º53.41%34.51%-
XYZ6.054.156.96-
YUV58.82136.57148.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=43.35%
G=20.20%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88417400.530.160.65317.8736.4325.29
Hex58294A035104113e2419
Octal13051112065201014764431
Binary10110001010011001010011010110000100000110011111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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