#53214B

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

Shades of Loulou #53214B

Tints of Loulou #53214B

Color information

#53214B (or 0x53214B) is unknown color: approx Loulou. HEX triplet: 53, 21 and 4B. RGB value is (83,33,75). Sum of RGB (Red+Green+Blue) = 83+33+75=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53214B is #ACDEB4. Grayscale: #343434. Windows color (decimal): -11329205 or 4923731. OLE color: 4923731.

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

Color convert

RGB833375-
CMYK00.600.100.67
HSL309.6º43.1%22.75%-
HSV(B)309.6º60.24%32.55%-
XYZ5.383.437.04-
YUV52.74140.56149.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=43.46%
G=17.28%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83337500.600.100.67309.643.122.75
Hex53214B03CA431362b17
Octal12341113074121034665327
Binary1010011100001100101101111001010100001110011011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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