#844155

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

Shades of Camelot #844155

Tints of Camelot #844155

Color information

#844155 (or 0x844155) is unknown color: approx Camelot. HEX triplet: 84, 41 and 55. RGB value is (132,65,85). Sum of RGB (Red+Green+Blue) = 132+65+85=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #844155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844155 is #7BBEAA. Grayscale: #575757. Windows color (decimal): -8109739 or 5587332. OLE color: 5587332.

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

Color convert

RGB1326585-
CMYK00.510.360.48
HSL342.09º34.01%38.63%-
HSV(B)342.09º50.76%51.76%-
XYZ13.059.349.71-
YUV87.31126.7159.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=46.81%
G=23.05%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132658500.510.360.48342.0934.0138.63
Hex84415503324301562227
Octal20410112506344605264247
Binary10000100100000110101010110011100100110000101010110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844155; }

 p { color: rgb(132,65,85); }

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

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

 a { background-color: rgb(132,65,85); }

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

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

 span { border-color: rgb(132,65,85); }

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