#53254A

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

Shades of Loulou #53254A

Tints of Loulou #53254A

Color information

#53254A (or 0x53254A) is unknown color: approx Loulou. HEX triplet: 53, 25 and 4A. RGB value is (83,37,74). Sum of RGB (Red+Green+Blue) = 83+37+74=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53254A is #ACDAB5. Grayscale: #363636. Windows color (decimal): -11328182 or 4859219. OLE color: 4859219.

HSL color Cylindrical-coordinate representation of color #53254A: hue angle of 311.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53254A is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB833774-
CMYK00.550.110.67
HSL311.74º38.33%23.53%-
HSV(B)311.74º55.42%32.55%-
XYZ5.463.666.9-
YUV54.97138.74147.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=42.78%
G=19.07%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83377400.550.110.67311.7438.3323.53
Hex53254A037B431382618
Octal12345112067131034704630
Binary1010011100101100101001101111011100001110011100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,37,74); }

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

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

 a { background-color: rgb(83,37,74); }

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

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

 span { border-color: rgb(83,37,74); }

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