#452D44

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

Shades of Loulou #452D44

Tints of Loulou #452D44

Color information

#452D44 (or 0x452D44) is unknown color: approx Loulou. HEX triplet: 45, 2D and 44. RGB value is (69,45,68). Sum of RGB (Red+Green+Blue) = 69+45+68=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 69 - color contains mainly: red. Hex color #452D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D44 is #BAD2BB. Grayscale: #363636. Windows color (decimal): -12243644 or 4468037. OLE color: 4468037.

HSL color Cylindrical-coordinate representation of color #452D44: hue angle of 302.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #452D44 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB694568-
CMYK00.350.010.73
HSL302.5º21.05%22.35%-
HSV(B)302.5º34.78%27.06%-
XYZ4.443.565.92-
YUV54.8135.45138.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=37.91%
G=24.73%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69456800.350.010.73302.521.0522.35
Hex452D4402314912e1516
Octal1055510404311114562526
Binary100010110110110001000100011110010011001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452D44; }

 p { color: rgb(69,45,68); }

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

<style>
 a { background-color: #452D44; }

 a { background-color: rgb(69,45,68); }

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

<style>
 span { border-color: #452D44; }

 span { border-color: rgb(69,45,68); }

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