#482145

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

Shades of Loulou #482145

Tints of Loulou #482145

Color information

#482145 (or 0x482145) is unknown color: approx Loulou. HEX triplet: 48, 21 and 45. RGB value is (72,33,69). Sum of RGB (Red+Green+Blue) = 72+33+69=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482145 is #B7DEBA. Grayscale: #303030. Windows color (decimal): -12050107 or 4530504. OLE color: 4530504.

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

Color convert

RGB723369-
CMYK00.540.040.72
HSL304.62º37.14%20.59%-
HSV(B)304.62º54.17%28.24%-
XYZ4.292.95.96-
YUV48.76139.42144.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=41.38%
G=18.97%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72336900.540.040.72304.6237.1420.59
Hex4821450364481312515
Octal1104110506641104614525
Binary100100010000110001010110110100100100010011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482145; }

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

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

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

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

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

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

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

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