#814253

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

Shades of Camelot #814253

Tints of Camelot #814253

Color information

#814253 (or 0x814253) is unknown color: approx Camelot. HEX triplet: 81, 42 and 53. RGB value is (129,66,83). Sum of RGB (Red+Green+Blue) = 129+66+83=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #814253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814253 is #7EBDAC. Grayscale: #565656. Windows color (decimal): -8306093 or 5456513. OLE color: 5456513.

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

Color convert

RGB1296683-
CMYK00.490.360.49
HSL343.81º32.31%38.24%-
HSV(B)343.81º48.84%50.59%-
XYZ12.569.199.29-
YUV86.78125.87158.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=46.40%
G=23.74%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129668300.490.360.49343.8132.3138.24
Hex81425303124311582026
Octal20110212306144615304046
Binary10000001100001010100110110001100100110001101011000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814253; }

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

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

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

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

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

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

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

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