#884156

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

Shades of Camelot #884156

Tints of Camelot #884156

Color information

#884156 (or 0x884156) is unknown color: approx Camelot. HEX triplet: 88, 41 and 56. RGB value is (136,65,86). Sum of RGB (Red+Green+Blue) = 136+65+86=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884156 is #77BEA9. Grayscale: #585858. Windows color (decimal): -7847594 or 5652872. OLE color: 5652872.

HSL color Cylindrical-coordinate representation of color #884156: hue angle of 342.25º 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 #884156 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1366586-
CMYK00.520.370.47
HSL342.25º35.32%39.41%-
HSV(B)342.25º52.21%53.33%-
XYZ13.729.699.95-
YUV88.62126.52161.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=47.39%
G=22.65%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136658600.520.370.47342.2535.3239.41
Hex884156034252F1562327
Octal21010112606445575264347
Binary10001000100000110101100110100100101101111101010110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884156; }

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

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

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

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

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

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

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

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