#53274F

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

Shades of Loulou #53274F

Tints of Loulou #53274F

Color information

#53274F (or 0x53274F) is unknown color: approx Loulou. HEX triplet: 53, 27 and 4F. RGB value is (83,39,79). Sum of RGB (Red+Green+Blue) = 83+39+79=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53274F is #ACD8B0. Grayscale: #383838. Windows color (decimal): -11327665 or 5187411. OLE color: 5187411.

HSL color Cylindrical-coordinate representation of color #53274F: hue angle of 305.45º 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 #53274F is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB833979-
CMYK00.530.050.67
HSL305.45º36.07%23.92%-
HSV(B)305.45º53.01%32.55%-
XYZ5.73.857.84-
YUV56.72140.58146.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=41.29%
G=19.40%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83397900.530.050.67305.4536.0723.92
Hex53274F0355431312418
Octal1234711706551034614430
Binary101001110011110011110110101101100001110011000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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