#4F2A42

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

Shades of Loulou #4F2A42

Tints of Loulou #4F2A42

Color information

#4F2A42 (or 0x4F2A42) is unknown color: approx Loulou. HEX triplet: 4F, 2A and 42. RGB value is (79,42,66). Sum of RGB (Red+Green+Blue) = 79+42+66=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A42 is #B0D5BD. Grayscale: #373737. Windows color (decimal): -11589054 or 4336207. OLE color: 4336207.

HSL color Cylindrical-coordinate representation of color #4F2A42: hue angle of 321.08º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F2A42 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB794266-
CMYK00.470.160.69
HSL321.08º30.58%23.73%-
HSV(B)321.08º46.84%30.98%-
XYZ5.043.715.61-
YUV55.8133.76144.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=42.25%
G=22.46%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79426600.470.160.69321.0830.5823.73
Hex4F2A4202F10451411f18
Octal11752102057201055013730
Binary1001111101010100001001011111000010001011010000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,42,66); }

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

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

 a { background-color: rgb(79,42,66); }

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

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

 span { border-color: rgb(79,42,66); }

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