#512B45

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

Shades of Loulou #512B45

Tints of Loulou #512B45

Color information

#512B45 (or 0x512B45) is unknown color: approx Loulou. HEX triplet: 51, 2B and 45. RGB value is (81,43,69). Sum of RGB (Red+Green+Blue) = 81+43+69=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #512B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B45 is #AED4BA. Grayscale: #393939. Windows color (decimal): -11457723 or 4533073. OLE color: 4533073.

HSL color Cylindrical-coordinate representation of color #512B45: hue angle of 318.95º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B45 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB814369-
CMYK00.470.150.68
HSL318.95º30.65%24.31%-
HSV(B)318.95º46.91%31.76%-
XYZ5.333.916.1-
YUV57.33134.59144.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=41.97%
G=22.28%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81436900.470.150.68318.9530.6524.31
Hex512B4502FF4413f1f18
Octal12153105057171044773730
Binary101000110101110001010101111111110001001001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B45; }

 p { color: rgb(81,43,69); }

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

<style>
 a { background-color: #512B45; }

 a { background-color: rgb(81,43,69); }

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

<style>
 span { border-color: #512B45; }

 span { border-color: rgb(81,43,69); }

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