#482347

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

Shades of Loulou #482347

Tints of Loulou #482347

Color information

#482347 (or 0x482347) is unknown color: approx Loulou. HEX triplet: 48, 23 and 47. RGB value is (72,35,71). Sum of RGB (Red+Green+Blue) = 72+35+71=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482347 is #B7DCB8. Grayscale: #323232. Windows color (decimal): -12049593 or 4662088. OLE color: 4662088.

HSL color Cylindrical-coordinate representation of color #482347: hue angle of 301.62º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482347 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB723571-
CMYK00.510.010.72
HSL301.62º34.58%20.98%-
HSV(B)301.62º51.39%28.24%-
XYZ4.413.036.31-
YUV50.17139.76143.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=40.45%
G=19.66%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72357100.510.010.72301.6234.5820.98
Hex48234703314812e2315
Octal1104310706311104564325
Binary1001000100011100011101100111100100010010111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482347; }

 p { color: rgb(72,35,71); }

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

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

 a { background-color: rgb(72,35,71); }

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

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

 span { border-color: rgb(72,35,71); }

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