#482847

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

Shades of Loulou #482847

Tints of Loulou #482847

Color information

#482847 (or 0x482847) is unknown color: approx Loulou. HEX triplet: 48, 28 and 47. RGB value is (72,40,71). Sum of RGB (Red+Green+Blue) = 72+40+71=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #482847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482847 is #B7D7B8. Grayscale: #353535. Windows color (decimal): -12048313 or 4663368. OLE color: 4663368.

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

Color convert

RGB724071-
CMYK00.440.010.72
HSL301.88º28.57%21.96%-
HSV(B)301.88º44.44%28.24%-
XYZ4.573.356.37-
YUV53.1138.1141.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=39.34%
G=21.86%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72407100.440.010.72301.8828.5721.96
Hex48284702C14812e1d16
Octal1105010705411104563526
Binary100100010100010001110101100110010001001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482847; }

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

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

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

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

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

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

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

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