#55264A

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

Shades of Loulou #55264A

Tints of Loulou #55264A

Color information

#55264A (or 0x55264A) is unknown color: approx Loulou. HEX triplet: 55, 26 and 4A. RGB value is (85,38,74). Sum of RGB (Red+Green+Blue) = 85+38+74=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55264A is #AAD9B5. Grayscale: #383838. Windows color (decimal): -11196854 or 4859477. OLE color: 4859477.

HSL color Cylindrical-coordinate representation of color #55264A: hue angle of 314.04º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55264A is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB853874-
CMYK00.550.130.67
HSL314.04º38.21%24.12%-
HSV(B)314.04º55.29%33.33%-
XYZ5.683.816.92-
YUV56.16138.07148.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=43.15%
G=19.29%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85387400.550.130.67314.0438.2124.12
Hex55264A037D4313a2618
Octal12546112067151034724630
Binary1010101100110100101001101111101100001110011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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