#813649

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

Shades of Camelot #813649

Tints of Camelot #813649

Color information

#813649 (or 0x813649) is unknown color: approx Camelot. HEX triplet: 81, 36 and 49. RGB value is (129,54,73). Sum of RGB (Red+Green+Blue) = 129+54+73=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #813649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813649 is #7EC9B6. Grayscale: #4E4E4E. Windows color (decimal): -8309175 or 4798081. OLE color: 4798081.

HSL color Cylindrical-coordinate representation of color #813649: hue angle of 344.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813649 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1295473-
CMYK00.580.430.49
HSL344.8º40.98%35.88%-
HSV(B)344.8º58.14%50.59%-
XYZ11.587.797.2-
YUV78.59124.85163.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=50.39%
G=21.09%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129547300.580.430.49344.840.9835.88
Hex81364903A2B311592924
Octal2016611107253615315144
Binary1000000111011010010010111010101011110001101011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813649; }

 p { color: rgb(129,54,73); }

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

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

 a { background-color: rgb(129,54,73); }

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

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

 span { border-color: rgb(129,54,73); }

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