#453D44

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

Shades of Loulou #453D44

Tints of Loulou #453D44

Color information

#453D44 (or 0x453D44) is unknown color: approx Loulou. HEX triplet: 45, 3D and 44. RGB value is (69,61,68). Sum of RGB (Red+Green+Blue) = 69+61+68=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 69 - color contains mainly: red. Hex color #453D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D44 is #BAC2BB. Grayscale: #404040. Windows color (decimal): -12239548 or 4472133. OLE color: 4472133.

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

Color convert

RGB696168-
CMYK00.120.010.73
HSL307.5º6.15%25.49%-
HSV(B)307.5º11.59%27.06%-
XYZ5.175.026.17-
YUV64.19130.15131.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=34.85%
G=30.81%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69616800.120.010.73307.56.1525.49
Hex453D440C149134619
Octal105751040141111464631
Binary10001011111011000100011001100100110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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