#53214A

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

Shades of Loulou #53214A

Tints of Loulou #53214A

Color information

#53214A (or 0x53214A) is unknown color: approx Loulou. HEX triplet: 53, 21 and 4A. RGB value is (83,33,74). Sum of RGB (Red+Green+Blue) = 83+33+74=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53214A is #ACDEB5. Grayscale: #343434. Windows color (decimal): -11329206 or 4858195. OLE color: 4858195.

HSL color Cylindrical-coordinate representation of color #53214A: hue angle of 310.8º 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 #53214A is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB833374-
CMYK00.600.110.67
HSL310.8º43.1%22.75%-
HSV(B)310.8º60.24%32.55%-
XYZ5.353.426.86-
YUV52.62140.06149.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=43.68%
G=17.37%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83337400.600.110.67310.843.122.75
Hex53214A03CB431372b17
Octal12341112074131034675327
Binary1010011100001100101001111001011100001110011011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53214A; }

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

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

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

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

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

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

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

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