#532945

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

Shades of Loulou #532945

Tints of Loulou #532945

Color information

#532945 (or 0x532945) is unknown color: approx Loulou. HEX triplet: 53, 29 and 45. RGB value is (83,41,69). Sum of RGB (Red+Green+Blue) = 83+41+69=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #532945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532945 is #ACD6BA. Grayscale: #383838. Windows color (decimal): -11327163 or 4532563. OLE color: 4532563.

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

Color convert

RGB834169-
CMYK00.510.170.67
HSL320º33.87%24.31%-
HSV(B)320º50.6%32.55%-
XYZ5.433.856.09-
YUV56.75134.91146.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=43.01%
G=21.24%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83416900.510.170.6732033.8724.31
Hex53294503311431402218
Octal12351105063211035004230
Binary10100111010011000101011001110001100001110100000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532945; }

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

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

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

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

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

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

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

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