#814553

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

Shades of Camelot #814553

Tints of Camelot #814553

Color information

#814553 (or 0x814553) is unknown color: approx Camelot. HEX triplet: 81, 45 and 53. RGB value is (129,69,83). Sum of RGB (Red+Green+Blue) = 129+69+83=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #814553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814553 is #7EBAAC. Grayscale: #585858. Windows color (decimal): -8305325 or 5457281. OLE color: 5457281.

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

Color convert

RGB1296983-
CMYK00.470.360.49
HSL346º30.3%38.82%-
HSV(B)346º46.51%50.59%-
XYZ12.749.559.35-
YUV88.54124.88156.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=45.91%
G=24.56%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129698300.470.360.4934630.338.82
Hex81455302F243115a1e27
Octal20110512305744615323647
Binary1000000110001011010011010111110010011000110101101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814553; }

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

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

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

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

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

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

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

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