#81414D

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

Shades of Camelot #81414D

Tints of Camelot #81414D

Color information

#81414D (or 0x81414D) is unknown color: approx Camelot. HEX triplet: 81, 41 and 4D. RGB value is (129,65,77). Sum of RGB (Red+Green+Blue) = 129+65+77=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81414D is #7EBEB2. Grayscale: #555555. Windows color (decimal): -8306355 or 5063041. OLE color: 5063041.

HSL color Cylindrical-coordinate representation of color #81414D: hue angle of 348.75º 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 #81414D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1296577-
CMYK00.500.400.49
HSL348.75º32.99%38.04%-
HSV(B)348.75º49.61%50.59%-
XYZ12.288.988.11-
YUV85.5123.2159.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=47.60%
G=23.99%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129657700.500.400.49348.7532.9938.04
Hex81414D032283115d2126
Octal20110111506250615354146
Binary10000001100000110011010110010101000110001101011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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