#4C1245

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

Shades of Loulou #4C1245

Tints of Loulou #4C1245

Color information

#4C1245 (or 0x4C1245) is unknown color: approx Loulou. HEX triplet: 4C, 12 and 45. RGB value is (76,18,69). Sum of RGB (Red+Green+Blue) = 76+18+69=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1245 is #B3EDBA. Grayscale: #292929. Windows color (decimal): -11791803 or 4526668. OLE color: 4526668.

HSL color Cylindrical-coordinate representation of color #4C1245: hue angle of 307.24º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1245 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB761869-
CMYK00.760.090.70
HSL307.24º61.7%18.43%-
HSV(B)307.24º76.32%29.8%-
XYZ4.272.45.87-
YUV41.16143.72152.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.63%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=46.63%
G=11.04%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76186900.760.090.70307.2461.718.43
Hex4C124504C9461333e12
Octal114221050114111064637622
Binary1001100100101000101010011001001100011010011001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,69); }

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

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

 a { background-color: rgb(76,18,69); }

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

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

 span { border-color: rgb(76,18,69); }

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