#452C44

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

Shades of Loulou #452C44

Tints of Loulou #452C44

Color information

#452C44 (or 0x452C44) is unknown color: approx Loulou. HEX triplet: 45, 2C and 44. RGB value is (69,44,68). Sum of RGB (Red+Green+Blue) = 69+44+68=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 69 - color contains mainly: red. Hex color #452C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C44 is #BAD3BB. Grayscale: #363636. Windows color (decimal): -12243900 or 4467781. OLE color: 4467781.

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

Color convert

RGB694468-
CMYK00.360.010.73
HSL302.4º22.12%22.16%-
HSV(B)302.4º36.23%27.06%-
XYZ4.43.485.91-
YUV54.21135.78138.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=38.12%
G=24.31%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69446800.360.010.73302.422.1222.16
Hex452C4402414912e1616
Octal1055410404411114562626
Binary100010110110010001000100100110010011001011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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