#813844

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

Shades of Camelot #813844

Tints of Camelot #813844

Color information

#813844 (or 0x813844) is unknown color: approx Camelot. HEX triplet: 81, 38 and 44. RGB value is (129,56,68). Sum of RGB (Red+Green+Blue) = 129+56+68=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #813844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813844 is #7EC7BB. Grayscale: #4F4F4F. Windows color (decimal): -8308668 or 4470913. OLE color: 4470913.

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

Color convert

RGB1295668-
CMYK00.570.470.49
HSL350.14º39.46%36.27%-
HSV(B)350.14º56.59%50.59%-
XYZ11.517.916.39-
YUV79.19121.68163.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=50.99%
G=22.13%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129566800.570.470.49350.1439.4636.27
Hex8138440392F3115e2724
Octal2017010407157615364744
Binary1000000111100010001000111001101111110001101011110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813844; }

 p { color: rgb(129,56,68); }

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

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

 a { background-color: rgb(129,56,68); }

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

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

 span { border-color: rgb(129,56,68); }

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