#56264A

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

Shades of Loulou #56264A

Tints of Loulou #56264A

Color information

#56264A (or 0x56264A) is unknown color: approx Loulou. HEX triplet: 56, 26 and 4A. RGB value is (86,38,74). Sum of RGB (Red+Green+Blue) = 86+38+74=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56264A is #A9D9B5. Grayscale: #383838. Windows color (decimal): -11131318 or 4859478. OLE color: 4859478.

HSL color Cylindrical-coordinate representation of color #56264A: hue angle of 315º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56264A is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB863874-
CMYK00.560.140.66
HSL315º38.71%24.31%-
HSV(B)315º55.81%33.73%-
XYZ5.773.866.92-
YUV56.46137.9149.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=43.43%
G=19.19%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86387400.560.140.6631538.7124.31
Hex56264A038E4213b2718
Octal12646112070161024734730
Binary1010110100110100101001110001110100001010011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56264A; }

 p { color: rgb(86,38,74); }

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

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

 a { background-color: rgb(86,38,74); }

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

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

 span { border-color: rgb(86,38,74); }

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