#53114B

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

Shades of Loulou #53114B

Tints of Loulou #53114B

Color information

#53114B (or 0x53114B) is unknown color: approx Loulou. HEX triplet: 53, 11 and 4B. RGB value is (83,17,75). Sum of RGB (Red+Green+Blue) = 83+17+75=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53114B is #ACEEB4. Grayscale: #2B2B2B. Windows color (decimal): -11333301 or 4919635. OLE color: 4919635.

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

Color convert

RGB831775-
CMYK00.800.100.67
HSL307.27º66%19.61%-
HSV(B)307.27º79.52%32.55%-
XYZ5.042.756.92-
YUV43.35145.87156.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=47.43%
G=9.71%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83177500.800.100.67307.276619.61
Hex53114B050A431334214
Octal1232111301201210346310224
Binary10100111000110010110101000010101000011100110011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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