#814555

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

Shades of Camelot #814555

Tints of Camelot #814555

Color information

#814555 (or 0x814555) is unknown color: approx Camelot. HEX triplet: 81, 45 and 55. RGB value is (129,69,85). Sum of RGB (Red+Green+Blue) = 129+69+85=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #814555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814555 is #7EBAAA. Grayscale: #585858. Windows color (decimal): -8305323 or 5588353. OLE color: 5588353.

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

Color convert

RGB1296985-
CMYK00.470.340.49
HSL344º30.3%38.82%-
HSV(B)344º46.51%50.59%-
XYZ12.829.589.77-
YUV88.76125.88156.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=45.58%
G=24.38%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129698500.470.340.4934430.338.82
Hex81455502F22311581e27
Octal20110512505742615303647
Binary1000000110001011010101010111110001011000110101100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814555; }

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

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

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

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

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

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

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

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