#53244B

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

Shades of Loulou #53244B

Tints of Loulou #53244B

Color information

#53244B (or 0x53244B) is unknown color: approx Loulou. HEX triplet: 53, 24 and 4B. RGB value is (83,36,75). Sum of RGB (Red+Green+Blue) = 83+36+75=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53244B is #ACDBB4. Grayscale: #363636. Windows color (decimal): -11328437 or 4924499. OLE color: 4924499.

HSL color Cylindrical-coordinate representation of color #53244B: hue angle of 310.21º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53244B is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB833675-
CMYK00.570.100.67
HSL310.21º39.5%23.33%-
HSV(B)310.21º56.63%32.55%-
XYZ5.473.617.06-
YUV54.5139.57148.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=42.78%
G=18.56%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83367500.570.100.67310.2139.523.33
Hex53244B039A431362717
Octal12344113071121034664727
Binary1010011100100100101101110011010100001110011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53244B; }

 p { color: rgb(83,36,75); }

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

<style>
 a { background-color: #53244B; }

 a { background-color: rgb(83,36,75); }

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

<style>
 span { border-color: #53244B; }

 span { border-color: rgb(83,36,75); }

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