#813B4F

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

Shades of Camelot #813B4F

Tints of Camelot #813B4F

Color information

#813B4F (or 0x813B4F) is unknown color: approx Camelot. HEX triplet: 81, 3B and 4F. RGB value is (129,59,79). Sum of RGB (Red+Green+Blue) = 129+59+79=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #813B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813B4F is #7EC4B0. Grayscale: #525252. Windows color (decimal): -8307889 or 5192577. OLE color: 5192577.

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

Color convert

RGB1295979-
CMYK00.540.390.49
HSL342.86º37.23%36.86%-
HSV(B)342.86º54.26%50.59%-
XYZ12.038.368.38-
YUV82.21126.19161.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=48.31%
G=22.10%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129597900.540.390.49342.8637.2336.86
Hex813B4F03627311572525
Octal2017311706647615274545
Binary1000000111101110011110110110100111110001101010111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,79); }

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

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

 a { background-color: rgb(129,59,79); }

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

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

 span { border-color: rgb(129,59,79); }

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