#812E44

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

Shades of Camelot #812E44

Tints of Camelot #812E44

Color information

#812E44 (or 0x812E44) is unknown color: approx Camelot. HEX triplet: 81, 2E and 44. RGB value is (129,46,68). Sum of RGB (Red+Green+Blue) = 129+46+68=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #812E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E44 is #7ED1BB. Grayscale: #494949. Windows color (decimal): -8311228 or 4468353. OLE color: 4468353.

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

Color convert

RGB1294668-
CMYK00.640.470.49
HSL344.1º47.43%34.31%-
HSV(B)344.1º64.34%50.59%-
XYZ11.077.046.24-
YUV73.32125167.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=53.09%
G=18.93%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129466800.640.470.49344.147.4334.31
Hex812E440402F311582f22
Octal20156104010057615305742
Binary10000001101110100010001000000101111110001101011000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812E44; }

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

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

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

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

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

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

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

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