#854351

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

Shades of Camelot #854351

Tints of Camelot #854351

Color information

#854351 (or 0x854351) is unknown color: approx Camelot. HEX triplet: 85, 43 and 51. RGB value is (133,67,81). Sum of RGB (Red+Green+Blue) = 133+67+81=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #854351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854351 is #7ABCAE. Grayscale: #585858. Windows color (decimal): -8043695 or 5325701. OLE color: 5325701.

HSL color Cylindrical-coordinate representation of color #854351: hue angle of 347.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854351 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1336781-
CMYK00.500.390.48
HSL347.27º33%39.22%-
HSV(B)347.27º49.62%52.16%-
XYZ13.179.598.94-
YUV88.33123.87159.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=47.33%
G=23.84%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133678100.500.390.48347.273339.22
Hex854351032273015b2127
Octal20510312106247605334147
Binary10000101100001110100010110010100111110000101011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854351; }

 p { color: rgb(133,67,81); }

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

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

 a { background-color: rgb(133,67,81); }

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

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

 span { border-color: rgb(133,67,81); }

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