#532845

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

Shades of Loulou #532845

Tints of Loulou #532845

Color information

#532845 (or 0x532845) is unknown color: approx Loulou. HEX triplet: 53, 28 and 45. RGB value is (83,40,69). Sum of RGB (Red+Green+Blue) = 83+40+69=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532845 is #ACD7BA. Grayscale: #383838. Windows color (decimal): -11327419 or 4532307. OLE color: 4532307.

HSL color Cylindrical-coordinate representation of color #532845: hue angle of 319.53º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532845 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB834069-
CMYK00.520.170.67
HSL319.53º34.96%24.12%-
HSV(B)319.53º51.81%32.55%-
XYZ5.43.796.08-
YUV56.16135.25147.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=43.23%
G=20.83%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83406900.520.170.67319.5334.9624.12
Hex53284503411431402318
Octal12350105064211035004330
Binary10100111010001000101011010010001100001110100000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532845; }

 p { color: rgb(83,40,69); }

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

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

 a { background-color: rgb(83,40,69); }

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

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

 span { border-color: rgb(83,40,69); }

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