#813843

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

Shades of Camelot #813843

Tints of Camelot #813843

Color information

#813843 (or 0x813843) is unknown color: approx Camelot. HEX triplet: 81, 38 and 43. RGB value is (129,56,67). Sum of RGB (Red+Green+Blue) = 129+56+67=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #813843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813843 is #7EC7BC. Grayscale: #4F4F4F. Windows color (decimal): -8308669 or 4405377. OLE color: 4405377.

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

Color convert

RGB1295667-
CMYK00.570.480.49
HSL350.96º39.46%36.27%-
HSV(B)350.96º56.59%50.59%-
XYZ11.487.96.23-
YUV79.08121.18163.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=51.19%
G=22.22%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129566700.570.480.49350.9639.4636.27
Hex813843039303115f2724
Octal2017010307160615374744
Binary1000000111100010000110111001110000110001101011111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813843; }

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

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

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

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

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

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

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

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