#482645

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

Shades of Loulou #482645

Tints of Loulou #482645

Color information

#482645 (or 0x482645) is unknown color: approx Loulou. HEX triplet: 48, 26 and 45. RGB value is (72,38,69). Sum of RGB (Red+Green+Blue) = 72+38+69=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #482645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482645 is #B7D9BA. Grayscale: #333333. Windows color (decimal): -12048827 or 4531784. OLE color: 4531784.

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

Color convert

RGB723869-
CMYK00.470.040.72
HSL305.29º30.91%21.57%-
HSV(B)305.29º47.22%28.24%-
XYZ4.443.196.01-
YUV51.7137.76142.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=40.22%
G=21.23%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72386900.470.040.72305.2930.9121.57
Hex48264502F4481311f16
Octal1104610505741104613726
Binary10010001001101000101010111110010010001001100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482645; }

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

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

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

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

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

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

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

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