#813951

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

Shades of Camelot #813951

Tints of Camelot #813951

Color information

#813951 (or 0x813951) is unknown color: approx Camelot. HEX triplet: 81, 39 and 51. RGB value is (129,57,81). Sum of RGB (Red+Green+Blue) = 129+57+81=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #813951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813951 is #7EC6AE. Grayscale: #515151. Windows color (decimal): -8308399 or 5323137. OLE color: 5323137.

HSL color Cylindrical-coordinate representation of color #813951: hue angle of 340º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #813951 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1295781-
CMYK00.560.370.49
HSL340º38.71%36.47%-
HSV(B)340º55.81%50.59%-
XYZ128.198.73-
YUV81.26127.85162.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=48.31%
G=21.35%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129578100.560.370.4934038.7136.47
Hex81395103825311542724
Octal2017112107045615244744
Binary1000000111100110100010111000100101110001101010100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813951; }

 p { color: rgb(129,57,81); }

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

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

 a { background-color: rgb(129,57,81); }

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

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

 span { border-color: rgb(129,57,81); }

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