#854251

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

Shades of Camelot #854251

Tints of Camelot #854251

Color information

#854251 (or 0x854251) is unknown color: approx Camelot. HEX triplet: 85, 42 and 51. RGB value is (133,66,81). Sum of RGB (Red+Green+Blue) = 133+66+81=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #854251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854251 is #7ABDAE. Grayscale: #575757. Windows color (decimal): -8043951 or 5325445. OLE color: 5325445.

HSL color Cylindrical-coordinate representation of color #854251: hue angle of 346.57º degrees, saturation: 0.34, 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 #854251 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1336681-
CMYK00.500.390.48
HSL346.57º33.67%39.02%-
HSV(B)346.57º50.38%52.16%-
XYZ13.119.488.92-
YUV87.74124.2160.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=47.5%
G=23.57%
B=28.93%

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
Decimal133668100.500.390.48346.5733.6739.02
Hex854251032273015b2227
Octal20510212106247605334247
Binary10000101100001010100010110010100111110000101011011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854251; }

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

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

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

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

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

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

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

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