#804453

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

Shades of Camelot #804453

Tints of Camelot #804453

Color information

#804453 (or 0x804453) is unknown color: approx Camelot. HEX triplet: 80, 44 and 53. RGB value is (128,68,83). Sum of RGB (Red+Green+Blue) = 128+68+83=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #804453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804453 is #7FBBAC. Grayscale: #575757. Windows color (decimal): -8371117 or 5457024. OLE color: 5457024.

HSL color Cylindrical-coordinate representation of color #804453: hue angle of 345º 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 #804453 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1286883-
CMYK00.470.350.50
HSL345º30.61%38.43%-
HSV(B)345º46.88%50.2%-
XYZ12.539.359.33-
YUV87.65125.38156.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=45.88%
G=24.37%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128688300.470.350.5034530.6138.43
Hex80445302F23321591f26
Octal20010412305743625313746
Binary1000000010001001010011010111110001111001010101100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804453; }

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

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

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

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

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

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

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

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