#483247

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

Shades of Loulou #483247

Tints of Loulou #483247

Color information

#483247 (or 0x483247) is unknown color: approx Loulou. HEX triplet: 48, 32 and 47. RGB value is (72,50,71). Sum of RGB (Red+Green+Blue) = 72+50+71=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483247 is #B7CDB8. Grayscale: #3A3A3A. Windows color (decimal): -12045753 or 4665928. OLE color: 4665928.

HSL color Cylindrical-coordinate representation of color #483247: hue angle of 302.73º 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 #483247 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB725071-
CMYK00.310.010.72
HSL302.73º18.03%23.92%-
HSV(B)302.73º30.56%28.24%-
XYZ4.954.116.49-
YUV58.97134.79137.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=37.31%
G=25.91%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72507100.310.010.72302.7318.0323.92
Hex48324701F14812f1218
Octal1106210703711104572230
Binary10010001100101000111011111110010001001011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483247; }

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

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

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

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

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

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

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

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