#81364F

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

Shades of Camelot #81364F

Tints of Camelot #81364F

Color information

#81364F (or 0x81364F) is unknown color: approx Camelot. HEX triplet: 81, 36 and 4F. RGB value is (129,54,79). Sum of RGB (Red+Green+Blue) = 129+54+79=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81364F is #7EC9B0. Grayscale: #4F4F4F. Windows color (decimal): -8309169 or 5191297. OLE color: 5191297.

HSL color Cylindrical-coordinate representation of color #81364F: hue angle of 340º 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 #81364F is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1295479-
CMYK00.580.390.49
HSL340º40.98%35.88%-
HSV(B)340º58.14%50.59%-
XYZ11.787.878.3-
YUV79.27127.85163.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=49.24%
G=20.61%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129547900.580.390.4934040.9835.88
Hex81364F03A27311542924
Octal2016611707247615245144
Binary1000000111011010011110111010100111110001101010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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