#884155

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

Shades of Camelot #884155

Tints of Camelot #884155

Color information

#884155 (or 0x884155) is unknown color: approx Camelot. HEX triplet: 88, 41 and 55. RGB value is (136,65,85). Sum of RGB (Red+Green+Blue) = 136+65+85=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884155 is #77BEAA. Grayscale: #585858. Windows color (decimal): -7847595 or 5587336. OLE color: 5587336.

HSL color Cylindrical-coordinate representation of color #884155: hue angle of 343.1º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884155 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1366585-
CMYK00.520.380.47
HSL343.1º35.32%39.41%-
HSV(B)343.1º52.21%53.33%-
XYZ13.689.679.74-
YUV88.51126.02161.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=47.55%
G=22.73%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136658500.520.380.47343.135.3239.41
Hex884155034262F1572327
Octal21010112506446575274347
Binary10001000100000110101010110100100110101111101010111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884155; }

 p { color: rgb(136,65,85); }

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

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

 a { background-color: rgb(136,65,85); }

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

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

 span { border-color: rgb(136,65,85); }

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