#4B2545

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

Shades of Loulou #4B2545

Tints of Loulou #4B2545

Color information

#4B2545 (or 0x4B2545) is unknown color: approx Loulou. HEX triplet: 4B, 25 and 45. RGB value is (75,37,69). Sum of RGB (Red+Green+Blue) = 75+37+69=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2545 is #B4DABA. Grayscale: #333333. Windows color (decimal): -11852475 or 4531531. OLE color: 4531531.

HSL color Cylindrical-coordinate representation of color #4B2545: hue angle of 309.47º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2545 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB753769-
CMYK00.510.080.71
HSL309.47º33.93%21.96%-
HSV(B)309.47º50.67%29.41%-
XYZ4.643.256.01-
YUV52.01137.59144.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.44%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=41.44%
G=20.44%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75376900.510.080.71309.4733.9321.96
Hex4B25450338471352216
Octal11345105063101074654226
Binary1001011100101100010101100111000100011110011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2545; }

 p { color: rgb(75,37,69); }

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

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

 a { background-color: rgb(75,37,69); }

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

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

 span { border-color: rgb(75,37,69); }

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