#813C4B

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

Shades of Camelot #813C4B

Tints of Camelot #813C4B

Color information

#813C4B (or 0x813C4B) is unknown color: approx Camelot. HEX triplet: 81, 3C and 4B. RGB value is (129,60,75). Sum of RGB (Red+Green+Blue) = 129+60+75=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #813C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C4B is #7EC3B4. Grayscale: #525252. Windows color (decimal): -8307637 or 4930689. OLE color: 4930689.

HSL color Cylindrical-coordinate representation of color #813C4B: hue angle of 346.96º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813C4B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1296075-
CMYK00.530.420.49
HSL346.96º36.51%37.06%-
HSV(B)346.96º53.49%50.59%-
XYZ11.948.417.65-
YUV82.34123.86161.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=48.86%
G=22.73%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129607500.530.420.49346.9636.5137.06
Hex813C4B0352A3115b2525
Octal2017411306552615334545
Binary1000000111110010010110110101101010110001101011011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813C4B; }

 p { color: rgb(129,60,75); }

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

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

 a { background-color: rgb(129,60,75); }

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

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

 span { border-color: rgb(129,60,75); }

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