#53184D

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

Shades of Loulou #53184D

Tints of Loulou #53184D

Color information

#53184D (or 0x53184D) is unknown color: approx Loulou. HEX triplet: 53, 18 and 4D. RGB value is (83,24,77). Sum of RGB (Red+Green+Blue) = 83+24+77=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53184D is #ACE7B2. Grayscale: #2F2F2F. Windows color (decimal): -11331507 or 5052499. OLE color: 5052499.

HSL color Cylindrical-coordinate representation of color #53184D: hue angle of 306.1º 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 #53184D is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB832477-
CMYK00.710.070.67
HSL306.1º55.14%20.98%-
HSV(B)306.1º71.08%32.55%-
XYZ5.233.037.33-
YUV47.68144.55153.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=45.11%
G=13.04%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83247700.710.070.67306.155.1420.98
Hex53184D0477431323715
Octal12330115010771034626725
Binary101001111000100110101000111111100001110011001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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