#483344

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

Shades of Loulou #483344

Tints of Loulou #483344

Color information

#483344 (or 0x483344) is unknown color: approx Loulou. HEX triplet: 48, 33 and 44. RGB value is (72,51,68). Sum of RGB (Red+Green+Blue) = 72+51+68=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483344 is #B7CCBB. Grayscale: #3B3B3B. Windows color (decimal): -12045500 or 4469576. OLE color: 4469576.

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

Color convert

RGB725168-
CMYK00.290.060.72
HSL311.43º17.07%24.12%-
HSV(B)311.43º29.17%28.24%-
XYZ4.94.166.01-
YUV59.22132.96137.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=37.70%
G=26.70%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72516800.290.060.72311.4317.0724.12
Hex48334401D6481371118
Octal1106310403561104672130
Binary1001000110011100010001110111010010001001101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483344; }

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

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

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

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

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

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

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

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