#804551

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

Shades of Camelot #804551

Tints of Camelot #804551

Color information

#804551 (or 0x804551) is unknown color: approx Camelot. HEX triplet: 80, 45 and 51. RGB value is (128,69,81). Sum of RGB (Red+Green+Blue) = 128+69+81=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #804551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804551 is #7FBAAE. Grayscale: #585858. Windows color (decimal): -8370863 or 5326208. OLE color: 5326208.

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

Color convert

RGB1286981-
CMYK00.460.370.50
HSL347.8º29.95%38.63%-
HSV(B)347.8º46.09%50.2%-
XYZ12.529.448.95-
YUV88.01124.05156.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=46.04%
G=24.82%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128698100.460.370.50347.829.9538.63
Hex80455102E253215c1e27
Octal20010512105645625343647
Binary1000000010001011010001010111010010111001010101110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804551; }

 p { color: rgb(128,69,81); }

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

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

 a { background-color: rgb(128,69,81); }

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

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

 span { border-color: rgb(128,69,81); }

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