#56234A

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

Shades of Loulou #56234A

Tints of Loulou #56234A

Color information

#56234A (or 0x56234A) is unknown color: approx Loulou. HEX triplet: 56, 23 and 4A. RGB value is (86,35,74). Sum of RGB (Red+Green+Blue) = 86+35+74=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #56234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56234A is #A9DCB5. Grayscale: #363636. Windows color (decimal): -11132086 or 4858710. OLE color: 4858710.

HSL color Cylindrical-coordinate representation of color #56234A: hue angle of 314.12º degrees, saturation: 0.42, 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 #56234A is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB863574-
CMYK00.590.140.66
HSL314.12º42.15%23.73%-
HSV(B)314.12º59.3%33.73%-
XYZ5.673.676.89-
YUV54.7138.9150.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=44.10%
G=17.95%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86357400.590.140.66314.1242.1523.73
Hex56234A03BE4213a2a18
Octal12643112073161024725230
Binary1010110100011100101001110111110100001010011101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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