#482445

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

Shades of Loulou #482445

Tints of Loulou #482445

Color information

#482445 (or 0x482445) is unknown color: approx Loulou. HEX triplet: 48, 24 and 45. RGB value is (72,36,69). Sum of RGB (Red+Green+Blue) = 72+36+69=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482445 is #B7DBBA. Grayscale: #323232. Windows color (decimal): -12049339 or 4531272. OLE color: 4531272.

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

Color convert

RGB723669-
CMYK00.50.040.72
HSL305º33.33%21.18%-
HSV(B)305º50%28.24%-
XYZ4.383.075.99-
YUV50.53138.43143.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=40.68%
G=20.34%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72366900.50.040.7230533.3321.18
Hex4824450324481312115
Octal1104410506241104614125
Binary100100010010010001010110010100100100010011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482445; }

 p { color: rgb(72,36,69); }

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

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

 a { background-color: rgb(72,36,69); }

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

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

 span { border-color: rgb(72,36,69); }

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