#813849

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

Shades of Camelot #813849

Tints of Camelot #813849

Color information

#813849 (or 0x813849) is unknown color: approx Camelot. HEX triplet: 81, 38 and 49. RGB value is (129,56,73). Sum of RGB (Red+Green+Blue) = 129+56+73=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #813849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813849 is #7EC7B6. Grayscale: #4F4F4F. Windows color (decimal): -8308663 or 4798593. OLE color: 4798593.

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

Color convert

RGB1295673-
CMYK00.570.430.49
HSL346.03º39.46%36.27%-
HSV(B)346.03º56.59%50.59%-
XYZ11.677.987.23-
YUV79.76124.18163.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=50%
G=21.71%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129567300.570.430.49346.0339.4636.27
Hex8138490392B3115a2724
Octal2017011107153615324744
Binary1000000111100010010010111001101011110001101011010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813849; }

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

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

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

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

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

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

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

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