#844257

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

Shades of Camelot #844257

Tints of Camelot #844257

Color information

#844257 (or 0x844257) is unknown color: approx Camelot. HEX triplet: 84, 42 and 57. RGB value is (132,66,87). Sum of RGB (Red+Green+Blue) = 132+66+87=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844257 is #7BBDA8. Grayscale: #585858. Windows color (decimal): -8109481 or 5718660. OLE color: 5718660.

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

Color convert

RGB1326687-
CMYK00.50.340.48
HSL340.91º33.33%38.82%-
HSV(B)340.91º50%51.76%-
XYZ13.189.4910.15-
YUV88.13127.37159.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=46.32%
G=23.16%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132668700.50.340.48340.9133.3338.82
Hex84425703222301552127
Octal20410212706242605254147
Binary10000100100001010101110110010100010110000101010101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844257; }

 p { color: rgb(132,66,87); }

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

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

 a { background-color: rgb(132,66,87); }

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

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

 span { border-color: rgb(132,66,87); }

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