#814657

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

Shades of Camelot #814657

Tints of Camelot #814657

Color information

#814657 (or 0x814657) is unknown color: approx Camelot. HEX triplet: 81, 46 and 57. RGB value is (129,70,87). Sum of RGB (Red+Green+Blue) = 129+70+87=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #814657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814657 is #7EB9A8. Grayscale: #595959. Windows color (decimal): -8305065 or 5719681. OLE color: 5719681.

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

Color convert

RGB1297087-
CMYK00.460.330.49
HSL342.71º29.65%39.02%-
HSV(B)342.71º45.74%50.59%-
XYZ12.969.7410.21-
YUV89.58126.55156.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=45.10%
G=24.48%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129708700.460.330.49342.7129.6539.02
Hex81465702E21311571e27
Octal20110612705641615273647
Binary1000000110001101010111010111010000111000110101011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814657; }

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

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

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

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

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

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

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

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