#813345

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

Shades of Camelot #813345

Tints of Camelot #813345

Color information

#813345 (or 0x813345) is unknown color: approx Camelot. HEX triplet: 81, 33 and 45. RGB value is (129,51,69). Sum of RGB (Red+Green+Blue) = 129+51+69=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #813345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813345 is #7ECCBA. Grayscale: #4C4C4C. Windows color (decimal): -8309947 or 4535169. OLE color: 4535169.

HSL color Cylindrical-coordinate representation of color #813345: hue angle of 346.15º 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 #813345 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1295169-
CMYK00.600.470.49
HSL346.15º43.33%35.29%-
HSV(B)346.15º60.47%50.59%-
XYZ11.317.466.47-
YUV76.37123.84165.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=51.81%
G=20.48%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129516900.600.470.49346.1543.3335.29
Hex81334503C2F3115a2b23
Octal2016310507457615325343
Binary1000000111001110001010111100101111110001101011010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813345; }

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

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

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

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

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

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

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

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