#813348

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

Shades of Camelot #813348

Tints of Camelot #813348

Color information

#813348 (or 0x813348) is unknown color: approx Camelot. HEX triplet: 81, 33 and 48. RGB value is (129,51,72). Sum of RGB (Red+Green+Blue) = 129+51+72=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #813348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813348 is #7ECCB7. Grayscale: #4C4C4C. Windows color (decimal): -8309944 or 4731777. OLE color: 4731777.

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

Color convert

RGB1295172-
CMYK00.600.440.49
HSL343.85º43.33%35.29%-
HSV(B)343.85º60.47%50.59%-
XYZ11.417.56.98-
YUV76.72125.34165.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=51.19%
G=20.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129517200.600.440.49343.8543.3335.29
Hex81334803C2C311582b23
Octal2016311007454615305343
Binary1000000111001110010000111100101100110001101011000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813348; }

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

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

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

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

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

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

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

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