#81414C

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

Shades of Camelot #81414C

Tints of Camelot #81414C

Color information

#81414C (or 0x81414C) is unknown color: approx Camelot. HEX triplet: 81, 41 and 4C. RGB value is (129,65,76). Sum of RGB (Red+Green+Blue) = 129+65+76=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #81414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81414C is #7EBEB3. Grayscale: #555555. Windows color (decimal): -8306356 or 4997505. OLE color: 4997505.

HSL color Cylindrical-coordinate representation of color #81414C: hue angle of 349.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81414C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1296576-
CMYK00.500.410.49
HSL349.69º32.99%38.04%-
HSV(B)349.69º49.61%50.59%-
XYZ12.258.977.92-
YUV85.39122.7159.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=47.78%
G=24.07%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129657600.500.410.49349.6932.9938.04
Hex81414C032293115e2126
Octal20110111406251615364146
Binary10000001100000110011000110010101001110001101011110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81414C; }

 p { color: rgb(129,65,76); }

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

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

 a { background-color: rgb(129,65,76); }

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

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

 span { border-color: rgb(129,65,76); }

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