#814350

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

Shades of Camelot #814350

Tints of Camelot #814350

Color information

#814350 (or 0x814350) is unknown color: approx Camelot. HEX triplet: 81, 43 and 50. RGB value is (129,67,80). Sum of RGB (Red+Green+Blue) = 129+67+80=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #814350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814350 is #7EBCAF. Grayscale: #575757. Windows color (decimal): -8305840 or 5260161. OLE color: 5260161.

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

Color convert

RGB1296780-
CMYK00.480.380.49
HSL347.42º31.63%38.43%-
HSV(B)347.42º48.06%50.59%-
XYZ12.519.268.72-
YUV87.02124.04157.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=46.74%
G=24.28%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129678000.480.380.49347.4231.6338.43
Hex814350030263115b2026
Octal20110312006046615334046
Binary10000001100001110100000110000100110110001101011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814350; }

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

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

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

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

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

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

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

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