#52294A

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

Shades of Loulou #52294A

Tints of Loulou #52294A

Color information

#52294A (or 0x52294A) is unknown color: approx Loulou. HEX triplet: 52, 29 and 4A. RGB value is (82,41,74). Sum of RGB (Red+Green+Blue) = 82+41+74=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52294A is #ADD6B5. Grayscale: #383838. Windows color (decimal): -11392694 or 4860242. OLE color: 4860242.

HSL color Cylindrical-coordinate representation of color #52294A: hue angle of 311.71º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52294A is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB824174-
CMYK00.500.100.68
HSL311.71º33.33%24.12%-
HSV(B)311.71º50%32.16%-
XYZ5.513.876.94-
YUV57.02137.58145.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=41.62%
G=20.81%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82417400.500.100.68311.7133.3324.12
Hex52294A032A441382118
Octal12251112062121044704130
Binary1010010101001100101001100101010100010010011100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,41,74); }

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

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

 a { background-color: rgb(82,41,74); }

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

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

 span { border-color: rgb(82,41,74); }

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