#813048

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

Shades of Camelot #813048

Tints of Camelot #813048

Color information

#813048 (or 0x813048) is unknown color: approx Camelot. HEX triplet: 81, 30 and 48. RGB value is (129,48,72). Sum of RGB (Red+Green+Blue) = 129+48+72=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #813048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813048 is #7ECFB7. Grayscale: #4A4A4A. Windows color (decimal): -8310712 or 4731009. OLE color: 4731009.

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

Color convert

RGB1294872-
CMYK00.630.440.49
HSL342.22º45.76%34.71%-
HSV(B)342.22º62.79%50.59%-
XYZ11.287.256.94-
YUV74.96126.34166.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=51.81%
G=19.28%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129487200.630.440.49342.2245.7634.71
Hex81304803F2C311562e23
Octal2016011007754615265643
Binary1000000111000010010000111111101100110001101010110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813048; }

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

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

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

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

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

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

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

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