#804454

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

Shades of Camelot #804454

Tints of Camelot #804454

Color information

#804454 (or 0x804454) is unknown color: approx Camelot. HEX triplet: 80, 44 and 54. RGB value is (128,68,84). Sum of RGB (Red+Green+Blue) = 128+68+84=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #804454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804454 is #7FBBAB. Grayscale: #575757. Windows color (decimal): -8371116 or 5522560. OLE color: 5522560.

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

Color convert

RGB1286884-
CMYK00.470.340.50
HSL344º30.61%38.43%-
HSV(B)344º46.88%50.2%-
XYZ12.579.369.53-
YUV87.76125.88156.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 84 (33.20% from 255) = 30%
R=45.71%
G=24.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128688400.470.340.5034430.6138.43
Hex80445402F22321581f26
Octal20010412405742625303746
Binary1000000010001001010100010111110001011001010101100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804454; }

 p { color: rgb(128,68,84); }

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

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

 a { background-color: rgb(128,68,84); }

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

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

 span { border-color: rgb(128,68,84); }

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