#481E45

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

Shades of Loulou #481E45

Tints of Loulou #481E45

Color information

#481E45 (or 0x481E45) is unknown color: approx Loulou. HEX triplet: 48, 1E and 45. RGB value is (72,30,69). Sum of RGB (Red+Green+Blue) = 72+30+69=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #481E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E45 is #B7E1BA. Grayscale: #2E2E2E. Windows color (decimal): -12050875 or 4529736. OLE color: 4529736.

HSL color Cylindrical-coordinate representation of color #481E45: hue angle of 304.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E45 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB723069-
CMYK00.580.040.72
HSL304.29º41.18%20%-
HSV(B)304.29º58.33%28.24%-
XYZ4.212.745.94-
YUV47140.41145.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 69 (27.34% from 255) = 40.35%
R=42.11%
G=17.54%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72306900.580.040.72304.2941.1820
Hex481E4503A4481302914
Octal1103610507241104605124
Binary10010001111010001010111010100100100010011000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E45; }

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

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

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

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

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

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

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

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