#813648

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

Shades of Camelot #813648

Tints of Camelot #813648

Color information

#813648 (or 0x813648) is unknown color: approx Camelot. HEX triplet: 81, 36 and 48. RGB value is (129,54,72). Sum of RGB (Red+Green+Blue) = 129+54+72=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #813648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813648 is #7EC9B7. Grayscale: #4E4E4E. Windows color (decimal): -8309176 or 4732545. OLE color: 4732545.

HSL color Cylindrical-coordinate representation of color #813648: hue angle of 345.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813648 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1295472-
CMYK00.580.440.49
HSL345.6º40.98%35.88%-
HSV(B)345.6º58.14%50.59%-
XYZ11.547.777.02-
YUV78.48124.35164.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=50.59%
G=21.18%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129547200.580.440.49345.640.9835.88
Hex81364803A2C3115a2924
Octal2016611007254615325144
Binary1000000111011010010000111010101100110001101011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813648; }

 p { color: rgb(129,54,72); }

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

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

 a { background-color: rgb(129,54,72); }

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

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

 span { border-color: rgb(129,54,72); }

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