#884153

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

Shades of Camelot #884153

Tints of Camelot #884153

Color information

#884153 (or 0x884153) is unknown color: approx Camelot. HEX triplet: 88, 41 and 53. RGB value is (136,65,83). Sum of RGB (Red+Green+Blue) = 136+65+83=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884153 is #77BEAC. Grayscale: #585858. Windows color (decimal): -7847597 or 5456264. OLE color: 5456264.

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

Color convert

RGB1366583-
CMYK00.520.390.47
HSL344.79º35.32%39.41%-
HSV(B)344.79º52.21%53.33%-
XYZ13.69.649.33-
YUV88.28125.02162.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=47.89%
G=22.89%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136658300.520.390.47344.7935.3239.41
Hex884153034272F1592327
Octal21010112306447575314347
Binary10001000100000110100110110100100111101111101011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884153; }

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

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

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

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

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

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

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

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