#813643

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

Shades of Camelot #813643

Tints of Camelot #813643

Color information

#813643 (or 0x813643) is unknown color: approx Camelot. HEX triplet: 81, 36 and 43. RGB value is (129,54,67). Sum of RGB (Red+Green+Blue) = 129+54+67=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813643 is #7EC9BC. Grayscale: #4D4D4D. Windows color (decimal): -8309181 or 4404865. OLE color: 4404865.

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

Color convert

RGB1295467-
CMYK00.580.480.49
HSL349.6º40.98%35.88%-
HSV(B)349.6º58.14%50.59%-
XYZ11.397.716.2-
YUV77.91121.85164.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=51.6%
G=21.6%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129546700.580.480.49349.640.9835.88
Hex81364303A303115e2924
Octal2016610307260615365144
Binary1000000111011010000110111010110000110001101011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813643; }

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

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

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

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

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

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

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

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