#814150

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

Shades of Camelot #814150

Tints of Camelot #814150

Color information

#814150 (or 0x814150) is unknown color: approx Camelot. HEX triplet: 81, 41 and 50. RGB value is (129,65,80). Sum of RGB (Red+Green+Blue) = 129+65+80=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #814150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814150 is #7EBEAF. Grayscale: #555555. Windows color (decimal): -8306352 or 5259649. OLE color: 5259649.

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

Color convert

RGB1296580-
CMYK00.500.380.49
HSL345.94º32.99%38.04%-
HSV(B)345.94º49.61%50.59%-
XYZ12.399.038.68-
YUV85.85124.7158.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=47.08%
G=23.72%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129658000.500.380.49345.9432.9938.04
Hex814150032263115a2126
Octal20110112006246615324146
Binary10000001100000110100000110010100110110001101011010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814150; }

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

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

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

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

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

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

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

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