#53274C

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

Shades of Loulou #53274C

Tints of Loulou #53274C

Color information

#53274C (or 0x53274C) is unknown color: approx Loulou. HEX triplet: 53, 27 and 4C. RGB value is (83,39,76). Sum of RGB (Red+Green+Blue) = 83+39+76=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53274C is #ACD8B3. Grayscale: #383838. Windows color (decimal): -11327668 or 4990803. OLE color: 4990803.

HSL color Cylindrical-coordinate representation of color #53274C: hue angle of 309.55º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53274C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB833976-
CMYK00.530.080.67
HSL309.55º36.07%23.92%-
HSV(B)309.55º53.01%32.55%-
XYZ5.63.817.28-
YUV56.37139.08146.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=41.92%
G=19.70%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83397600.530.080.67309.5536.0723.92
Hex53274C0358431362418
Octal12347114065101034664430
Binary1010011100111100110001101011000100001110011011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53274C; }

 p { color: rgb(83,39,76); }

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

<style>
 a { background-color: #53274C; }

 a { background-color: rgb(83,39,76); }

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

<style>
 span { border-color: #53274C; }

 span { border-color: rgb(83,39,76); }

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