#52214E

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

Shades of Loulou #52214E

Tints of Loulou #52214E

Color information

#52214E (or 0x52214E) is unknown color: approx Loulou. HEX triplet: 52, 21 and 4E. RGB value is (82,33,78). Sum of RGB (Red+Green+Blue) = 82+33+78=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52214E is #ADDEB1. Grayscale: #343434. Windows color (decimal): -11394738 or 5120338. OLE color: 5120338.

HSL color Cylindrical-coordinate representation of color #52214E: hue angle of 304.9º 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 #52214E is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB823378-
CMYK00.600.050.68
HSL304.9º42.61%22.55%-
HSV(B)304.9º59.76%32.16%-
XYZ5.43.437.59-
YUV52.78142.23148.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=42.49%
G=17.10%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82337800.600.050.68304.942.6122.55
Hex52214E03C5441312b17
Octal1224111607451044615327
Binary101001010000110011100111100101100010010011000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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