#81364E

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

Shades of Camelot #81364E

Tints of Camelot #81364E

Color information

#81364E (or 0x81364E) is unknown color: approx Camelot. HEX triplet: 81, 36 and 4E. RGB value is (129,54,78). Sum of RGB (Red+Green+Blue) = 129+54+78=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81364E is #7EC9B1. Grayscale: #4F4F4F. Windows color (decimal): -8309170 or 5125761. OLE color: 5125761.

HSL color Cylindrical-coordinate representation of color #81364E: hue angle of 340.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81364E is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1295478-
CMYK00.580.400.49
HSL340.8º40.98%35.88%-
HSV(B)340.8º58.14%50.59%-
XYZ11.757.868.1-
YUV79.16127.35163.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=49.43%
G=20.69%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129547800.580.400.49340.840.9835.88
Hex81364E03A28311552924
Octal2016611607250615255144
Binary1000000111011010011100111010101000110001101010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81364E; }

 p { color: rgb(129,54,78); }

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

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

 a { background-color: rgb(129,54,78); }

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

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

 span { border-color: rgb(129,54,78); }

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