#483045

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

Shades of Loulou #483045

Tints of Loulou #483045

Color information

#483045 (or 0x483045) is unknown color: approx Loulou. HEX triplet: 48, 30 and 45. RGB value is (72,48,69). Sum of RGB (Red+Green+Blue) = 72+48+69=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483045 is #B7CFBA. Grayscale: #393939. Windows color (decimal): -12046267 or 4534344. OLE color: 4534344.

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

Color convert

RGB724869-
CMYK00.330.040.72
HSL307.5º20%23.53%-
HSV(B)307.5º33.33%28.24%-
XYZ4.83.926.13-
YUV57.57134.45138.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=38.10%
G=25.40%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72486900.330.040.72307.52023.53
Hex4830450214481341418
Octal1106010504141104642430
Binary10010001100001000101010000110010010001001101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483045; }

 p { color: rgb(72,48,69); }

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

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

 a { background-color: rgb(72,48,69); }

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

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

 span { border-color: rgb(72,48,69); }

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