#52274D

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

Shades of Loulou #52274D

Tints of Loulou #52274D

Color information

#52274D (or 0x52274D) is unknown color: approx Loulou. HEX triplet: 52, 27 and 4D. RGB value is (82,39,77). Sum of RGB (Red+Green+Blue) = 82+39+77=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52274D is #ADD8B2. Grayscale: #383838. Windows color (decimal): -11393203 or 5056338. OLE color: 5056338.

HSL color Cylindrical-coordinate representation of color #52274D: hue angle of 306.98º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52274D is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB823977-
CMYK00.520.060.68
HSL306.98º35.54%23.73%-
HSV(B)306.98º52.44%32.16%-
XYZ5.543.787.46-
YUV56.19139.75146.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=41.41%
G=19.70%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82397700.520.060.68306.9835.5423.73
Hex52274D0346441332418
Octal1224711506461044634430
Binary101001010011110011010110100110100010010011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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