#814155

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

Shades of Camelot #814155

Tints of Camelot #814155

Color information

#814155 (or 0x814155) is unknown color: approx Camelot. HEX triplet: 81, 41 and 55. RGB value is (129,65,85). Sum of RGB (Red+Green+Blue) = 129+65+85=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #814155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814155 is #7EBEAA. Grayscale: #565656. Windows color (decimal): -8306347 or 5587329. OLE color: 5587329.

HSL color Cylindrical-coordinate representation of color #814155: hue angle of 341.25º degrees, saturation: 0.33, 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 #814155 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1296585-
CMYK00.500.340.49
HSL341.25º32.99%38.04%-
HSV(B)341.25º49.61%50.59%-
XYZ12.589.19.69-
YUV86.42127.2158.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=46.24%
G=23.30%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129658500.500.340.49341.2532.9938.04
Hex81415503222311552126
Octal20110112506242615254146
Binary10000001100000110101010110010100010110001101010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814155; }

 p { color: rgb(129,65,85); }

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

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

 a { background-color: rgb(129,65,85); }

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

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

 span { border-color: rgb(129,65,85); }

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