#804451

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

Shades of Camelot #804451

Tints of Camelot #804451

Color information

#804451 (or 0x804451) is unknown color: approx Camelot. HEX triplet: 80, 44 and 51. RGB value is (128,68,81). Sum of RGB (Red+Green+Blue) = 128+68+81=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #804451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804451 is #7FBBAE. Grayscale: #575757. Windows color (decimal): -8371119 or 5325952. OLE color: 5325952.

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

Color convert

RGB1286881-
CMYK00.470.370.50
HSL347º30.61%38.43%-
HSV(B)347º46.88%50.2%-
XYZ12.459.328.93-
YUV87.42124.38156.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=46.21%
G=24.55%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128688100.470.370.5034730.6138.43
Hex80445102F253215b1f26
Octal20010412105745625333746
Binary1000000010001001010001010111110010111001010101101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804451; }

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

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

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

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

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

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

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

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