#532143

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

Shades of Loulou #532143

Tints of Loulou #532143

Color information

#532143 (or 0x532143) is unknown color: approx Loulou. HEX triplet: 53, 21 and 43. RGB value is (83,33,67). Sum of RGB (Red+Green+Blue) = 83+33+67=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532143 is #ACDEBC. Grayscale: #333333. Windows color (decimal): -11329213 or 4399443. OLE color: 4399443.

HSL color Cylindrical-coordinate representation of color #532143: hue angle of 319.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532143 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB833367-
CMYK00.600.190.67
HSL319.2º43.1%22.75%-
HSV(B)319.2º60.24%32.55%-
XYZ5.123.335.68-
YUV51.83136.56150.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=45.36%
G=18.03%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83336700.600.190.67319.243.122.75
Hex53214303C134313f2b17
Octal12341103074231034775327
Binary10100111000011000011011110010011100001110011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532143; }

 p { color: rgb(83,33,67); }

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

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

 a { background-color: rgb(83,33,67); }

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

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

 span { border-color: rgb(83,33,67); }

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