#813749

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

Shades of Camelot #813749

Tints of Camelot #813749

Color information

#813749 (or 0x813749) is unknown color: approx Camelot. HEX triplet: 81, 37 and 49. RGB value is (129,55,73). Sum of RGB (Red+Green+Blue) = 129+55+73=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #813749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813749 is #7EC8B6. Grayscale: #4F4F4F. Windows color (decimal): -8308919 or 4798337. OLE color: 4798337.

HSL color Cylindrical-coordinate representation of color #813749: hue angle of 345.41º degrees, saturation: 0.4, 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 #813749 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1295573-
CMYK00.570.430.49
HSL345.41º40.22%36.08%-
HSV(B)345.41º57.36%50.59%-
XYZ11.627.887.21-
YUV79.18124.52163.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=50.19%
G=21.40%
B=28.40%

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
Decimal129557300.570.430.49345.4140.2236.08
Hex8137490392B311592824
Octal2016711107153615315044
Binary1000000111011110010010111001101011110001101011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813749; }

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

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

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

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

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

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

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

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