#813349

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

Shades of Camelot #813349

Tints of Camelot #813349

Color information

#813349 (or 0x813349) is unknown color: approx Camelot. HEX triplet: 81, 33 and 49. RGB value is (129,51,73). Sum of RGB (Red+Green+Blue) = 129+51+73=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #813349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813349 is #7ECCB6. Grayscale: #4C4C4C. Windows color (decimal): -8309943 or 4797313. OLE color: 4797313.

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

Color convert

RGB1295173-
CMYK00.600.430.49
HSL343.08º43.33%35.29%-
HSV(B)343.08º60.47%50.59%-
XYZ11.447.527.15-
YUV76.83125.84165.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=50.99%
G=20.16%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129517300.600.430.49343.0843.3335.29
Hex81334903C2B311572b23
Octal2016311107453615275343
Binary1000000111001110010010111100101011110001101010111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813349; }

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

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

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

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

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

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

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

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