#814254

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

Shades of Camelot #814254

Tints of Camelot #814254

Color information

#814254 (or 0x814254) is unknown color: approx Camelot. HEX triplet: 81, 42 and 54. RGB value is (129,66,84). Sum of RGB (Red+Green+Blue) = 129+66+84=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #814254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814254 is #7EBDAB. Grayscale: #565656. Windows color (decimal): -8306092 or 5522049. OLE color: 5522049.

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

Color convert

RGB1296684-
CMYK00.490.350.49
HSL342.86º32.31%38.24%-
HSV(B)342.86º48.84%50.59%-
XYZ12.69.29.5-
YUV86.89126.37158.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=46.24%
G=23.66%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129668400.490.350.49342.8632.3138.24
Hex81425403123311572026
Octal20110212406143615274046
Binary10000001100001010101000110001100011110001101010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814254; }

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

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

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

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

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

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

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

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