#814353

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

Shades of Camelot #814353

Tints of Camelot #814353

Color information

#814353 (or 0x814353) is unknown color: approx Camelot. HEX triplet: 81, 43 and 53. RGB value is (129,67,83). Sum of RGB (Red+Green+Blue) = 129+67+83=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #814353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814353 is #7EBCAC. Grayscale: #575757. Windows color (decimal): -8305837 or 5456769. OLE color: 5456769.

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

Color convert

RGB1296783-
CMYK00.480.360.49
HSL344.52º31.63%38.43%-
HSV(B)344.52º48.06%50.59%-
XYZ12.629.319.31-
YUV87.36125.54157.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=46.24%
G=24.01%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129678300.480.360.49344.5231.6338.43
Hex81435303024311592026
Octal20110312306044615314046
Binary10000001100001110100110110000100100110001101011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814353; }

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

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

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

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

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

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

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

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