#814355

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

Shades of Camelot #814355

Tints of Camelot #814355

Color information

#814355 (or 0x814355) is unknown color: approx Camelot. HEX triplet: 81, 43 and 55. RGB value is (129,67,85). Sum of RGB (Red+Green+Blue) = 129+67+85=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #814355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814355 is #7EBCAA. Grayscale: #575757. Windows color (decimal): -8305835 or 5587841. OLE color: 5587841.

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

Color convert

RGB1296785-
CMYK00.480.340.49
HSL342.58º31.63%38.43%-
HSV(B)342.58º48.06%50.59%-
XYZ12.79.349.73-
YUV87.59126.54157.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=45.91%
G=23.84%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129678500.480.340.49342.5831.6338.43
Hex81435503022311572026
Octal20110312506042615274046
Binary10000001100001110101010110000100010110001101010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814355; }

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

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

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

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

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

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

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

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