#884154

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

Shades of Camelot #884154

Tints of Camelot #884154

Color information

#884154 (or 0x884154) is unknown color: approx Camelot. HEX triplet: 88, 41 and 54. RGB value is (136,65,84). Sum of RGB (Red+Green+Blue) = 136+65+84=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884154 is #77BEAB. Grayscale: #585858. Windows color (decimal): -7847596 or 5521800. OLE color: 5521800.

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

Color convert

RGB1366584-
CMYK00.520.380.47
HSL343.94º35.32%39.41%-
HSV(B)343.94º52.21%53.33%-
XYZ13.649.659.53-
YUV88.4125.52161.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=47.72%
G=22.81%
B=29.47%

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
Decimal136658400.520.380.47343.9435.3239.41
Hex884154034262F1582327
Octal21010112406446575304347
Binary10001000100000110101000110100100110101111101011000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884154; }

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

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

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

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

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

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

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

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