#483244

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

Shades of Loulou #483244

Tints of Loulou #483244

Color information

#483244 (or 0x483244) is unknown color: approx Loulou. HEX triplet: 48, 32 and 44. RGB value is (72,50,68). Sum of RGB (Red+Green+Blue) = 72+50+68=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483244 is #B7CDBB. Grayscale: #3A3A3A. Windows color (decimal): -12045756 or 4469320. OLE color: 4469320.

HSL color Cylindrical-coordinate representation of color #483244: hue angle of 310.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483244 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB725068-
CMYK00.310.060.72
HSL310.91º18.03%23.92%-
HSV(B)310.91º30.56%28.24%-
XYZ4.864.086-
YUV58.63133.29137.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=37.89%
G=26.32%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72506800.310.060.72310.9118.0323.92
Hex48324401F6481371218
Octal1106210403761104672230
Binary1001000110010100010001111111010010001001101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483244; }

 p { color: rgb(72,50,68); }

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

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

 a { background-color: rgb(72,50,68); }

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

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

 span { border-color: rgb(72,50,68); }

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