#804855

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

Shades of Camelot #804855

Tints of Camelot #804855

Color information

#804855 (or 0x804855) is unknown color: approx Camelot. HEX triplet: 80, 48 and 55. RGB value is (128,72,85). Sum of RGB (Red+Green+Blue) = 128+72+85=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #804855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804855 is #7FB7AA. Grayscale: #5A5A5A. Windows color (decimal): -8370091 or 5589120. OLE color: 5589120.

HSL color Cylindrical-coordinate representation of color #804855: hue angle of 346.07º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804855 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1287285-
CMYK00.440.340.50
HSL346.07º28%39.22%-
HSV(B)346.07º43.75%50.2%-
XYZ12.869.889.82-
YUV90.23125.05154.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=44.91%
G=25.26%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128728500.440.340.50346.072839.22
Hex80485502C223215a1c27
Octal20011012505442625323447
Binary1000000010010001010101010110010001011001010101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804855; }

 p { color: rgb(128,72,85); }

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

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

 a { background-color: rgb(128,72,85); }

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

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

 span { border-color: rgb(128,72,85); }

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