#53234A

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

Shades of Loulou #53234A

Tints of Loulou #53234A

Color information

#53234A (or 0x53234A) is unknown color: approx Loulou. HEX triplet: 53, 23 and 4A. RGB value is (83,35,74). Sum of RGB (Red+Green+Blue) = 83+35+74=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53234A is #ACDCB5. Grayscale: #353535. Windows color (decimal): -11328694 or 4858707. OLE color: 4858707.

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

Color convert

RGB833574-
CMYK00.580.110.67
HSL311.25º40.68%23.14%-
HSV(B)311.25º57.83%32.55%-
XYZ5.43.546.88-
YUV53.8139.4148.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=43.23%
G=18.23%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83357400.580.110.67311.2540.6823.14
Hex53234A03AB431372917
Octal12343112072131034675127
Binary1010011100011100101001110101011100001110011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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