#814057

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

Shades of Camelot #814057

Tints of Camelot #814057

Color information

#814057 (or 0x814057) is unknown color: approx Camelot. HEX triplet: 81, 40 and 57. RGB value is (129,64,87). Sum of RGB (Red+Green+Blue) = 129+64+87=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814057 is #7EBFA8. Grayscale: #565656. Windows color (decimal): -8306601 or 5718145. OLE color: 5718145.

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

Color convert

RGB1296487-
CMYK00.500.330.49
HSL338.77º33.68%37.84%-
HSV(B)338.77º50.39%50.59%-
XYZ12.619.0210.09-
YUV86.06128.53158.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=46.07%
G=22.86%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129648700.500.330.49338.7733.6837.84
Hex81405703221311532226
Octal20110012706241615234246
Binary10000001100000010101110110010100001110001101010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814057; }

 p { color: rgb(129,64,87); }

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

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

 a { background-color: rgb(129,64,87); }

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

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

 span { border-color: rgb(129,64,87); }

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