#813A4F

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

Shades of Camelot #813A4F

Tints of Camelot #813A4F

Color information

#813A4F (or 0x813A4F) is unknown color: approx Camelot. HEX triplet: 81, 3A and 4F. RGB value is (129,58,79). Sum of RGB (Red+Green+Blue) = 129+58+79=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #813A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A4F is #7EC5B0. Grayscale: #515151. Windows color (decimal): -8308145 or 5192321. OLE color: 5192321.

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

Color convert

RGB1295879-
CMYK00.550.390.49
HSL342.25º37.97%36.67%-
HSV(B)342.25º55.04%50.59%-
XYZ11.988.268.36-
YUV81.62126.52161.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=48.50%
G=21.80%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129587900.550.390.49342.2537.9736.67
Hex813A4F03727311562625
Octal2017211706747615264645
Binary1000000111101010011110110111100111110001101010110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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