#52214D

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

Shades of Loulou #52214D

Tints of Loulou #52214D

Color information

#52214D (or 0x52214D) is unknown color: approx Loulou. HEX triplet: 52, 21 and 4D. RGB value is (82,33,77). Sum of RGB (Red+Green+Blue) = 82+33+77=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52214D is #ADDEB2. Grayscale: #343434. Windows color (decimal): -11394739 or 5054802. OLE color: 5054802.

HSL color Cylindrical-coordinate representation of color #52214D: hue angle of 306.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52214D is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB823377-
CMYK00.600.060.68
HSL306.12º42.61%22.55%-
HSV(B)306.12º59.76%32.16%-
XYZ5.363.427.4-
YUV52.67141.73148.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=42.71%
G=17.19%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82337700.600.060.68306.1242.6122.55
Hex52214D03C6441322b17
Octal1224111507461044625327
Binary101001010000110011010111100110100010010011001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52214D; }

 p { color: rgb(82,33,77); }

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

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

 a { background-color: rgb(82,33,77); }

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

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

 span { border-color: rgb(82,33,77); }

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