#884453

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

Shades of Camelot #884453

Tints of Camelot #884453

Color information

#884453 (or 0x884453) is unknown color: approx Camelot. HEX triplet: 88, 44 and 53. RGB value is (136,68,83). Sum of RGB (Red+Green+Blue) = 136+68+83=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884453 is #77BBAC. Grayscale: #5A5A5A. Windows color (decimal): -7846829 or 5457032. OLE color: 5457032.

HSL color Cylindrical-coordinate representation of color #884453: hue angle of 346.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884453 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1366883-
CMYK00.500.390.47
HSL346.76º33.33%40%-
HSV(B)346.76º50%53.33%-
XYZ13.789.999.39-
YUV90.04124.03160.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=47.39%
G=23.69%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136688300.500.390.47346.7633.3340
Hex884453032272F15b2128
Octal21010412306247575334150
Binary10001000100010010100110110010100111101111101011011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884453; }

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

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

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

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

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

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

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

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