#572448

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

Shades of Loulou #572448

Tints of Loulou #572448

Color information

#572448 (or 0x572448) is unknown color: approx Loulou. HEX triplet: 57, 24 and 48. RGB value is (87,36,72). Sum of RGB (Red+Green+Blue) = 87+36+72=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #572448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572448 is #A8DBB7. Grayscale: #373737. Windows color (decimal): -11066296 or 4727895. OLE color: 4727895.

HSL color Cylindrical-coordinate representation of color #572448: hue angle of 317.65º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572448 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB873672-
CMYK00.590.170.66
HSL317.65º41.46%24.12%-
HSV(B)317.65º58.62%34.12%-
XYZ5.733.766.55-
YUV55.35137.4150.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=44.62%
G=18.46%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87367200.590.170.66317.6541.4624.12
Hex57244803B114213e2918
Octal12744110073211024765130
Binary10101111001001001000011101110001100001010011111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572448; }

 p { color: rgb(87,36,72); }

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

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

 a { background-color: rgb(87,36,72); }

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

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

 span { border-color: rgb(87,36,72); }

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