#883449

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

Shades of Camelot #883449

Tints of Camelot #883449

Color information

#883449 (or 0x883449) is unknown color: approx Camelot. HEX triplet: 88, 34 and 49. RGB value is (136,52,73). Sum of RGB (Red+Green+Blue) = 136+52+73=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #883449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883449 is #77CBB6. Grayscale: #4F4F4F. Windows color (decimal): -7850935 or 4797576. OLE color: 4797576.

HSL color Cylindrical-coordinate representation of color #883449: hue angle of 345º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883449 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1365273-
CMYK00.620.460.47
HSL345º44.68%36.86%-
HSV(B)345º61.76%53.33%-
XYZ12.588.177.22-
YUV79.51124.33168.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=52.11%
G=19.92%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136527300.620.460.4734544.6836.86
Hex88344903E2E2F1592d25
Octal2106411107656575315545
Binary1000100011010010010010111110101110101111101011001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883449; }

 p { color: rgb(136,52,73); }

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

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

 a { background-color: rgb(136,52,73); }

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

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

 span { border-color: rgb(136,52,73); }

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