#814255

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

Shades of Camelot #814255

Tints of Camelot #814255

Color information

#814255 (or 0x814255) is unknown color: approx Camelot. HEX triplet: 81, 42 and 55. RGB value is (129,66,85). Sum of RGB (Red+Green+Blue) = 129+66+85=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814255 is #7EBDAA. Grayscale: #565656. Windows color (decimal): -8306091 or 5587585. OLE color: 5587585.

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

Color convert

RGB1296685-
CMYK00.490.340.49
HSL341.9º32.31%38.24%-
HSV(B)341.9º48.84%50.59%-
XYZ12.649.229.71-
YUV87126.87157.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=46.07%
G=23.57%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129668500.490.340.49341.932.3138.24
Hex81425503122311562026
Octal20110212506142615264046
Binary10000001100001010101010110001100010110001101010110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814255; }

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

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

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

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

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

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

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

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