#53144B

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

Shades of Loulou #53144B

Tints of Loulou #53144B

Color information

#53144B (or 0x53144B) is unknown color: approx Loulou. HEX triplet: 53, 14 and 4B. RGB value is (83,20,75). Sum of RGB (Red+Green+Blue) = 83+20+75=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53144B is #ACEBB4. Grayscale: #2C2C2C. Windows color (decimal): -11332533 or 4920403. OLE color: 4920403.

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

Color convert

RGB832075-
CMYK00.760.100.67
HSL307.62º61.17%20.2%-
HSV(B)307.62º75.9%32.55%-
XYZ5.092.856.94-
YUV45.11144.87155.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=46.63%
G=11.24%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83207500.760.100.67307.6261.1720.2
Hex53144B04CA431343d14
Octal123241130114121034647524
Binary1010011101001001011010011001010100001110011010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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