#53184A

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

Shades of Loulou #53184A

Tints of Loulou #53184A

Color information

#53184A (or 0x53184A) is unknown color: approx Loulou. HEX triplet: 53, 18 and 4A. RGB value is (83,24,74). Sum of RGB (Red+Green+Blue) = 83+24+74=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53184A is #ACE7B5. Grayscale: #2F2F2F. Windows color (decimal): -11331510 or 4855891. OLE color: 4855891.

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

Color convert

RGB832474-
CMYK00.710.110.67
HSL309.15º55.14%20.98%-
HSV(B)309.15º71.08%32.55%-
XYZ5.132.996.78-
YUV47.34143.05153.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=45.86%
G=13.26%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83247400.710.110.67309.1555.1420.98
Hex53184A047B431353715
Octal123301120107131034656725
Binary1010011110001001010010001111011100001110011010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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