#4B2143

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

Shades of Loulou #4B2143

Tints of Loulou #4B2143

Color information

#4B2143 (or 0x4B2143) is unknown color: approx Loulou. HEX triplet: 4B, 21 and 43. RGB value is (75,33,67). Sum of RGB (Red+Green+Blue) = 75+33+67=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2143 is #B4DEBC. Grayscale: #313131. Windows color (decimal): -11853501 or 4399435. OLE color: 4399435.

HSL color Cylindrical-coordinate representation of color #4B2143: hue angle of 311.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2143 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB753367-
CMYK00.560.110.71
HSL311.43º38.89%21.18%-
HSV(B)311.43º56%29.41%-
XYZ4.462.995.65-
YUV49.43137.91146.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=42.86%
G=18.86%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75336700.560.110.71311.4338.8921.18
Hex4B2143038B471372715
Octal11341103070131074674725
Binary1001011100001100001101110001011100011110011011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,67); }

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

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

 a { background-color: rgb(75,33,67); }

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

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

 span { border-color: rgb(75,33,67); }

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