#844157

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

Shades of Camelot #844157

Tints of Camelot #844157

Color information

#844157 (or 0x844157) is unknown color: approx Camelot. HEX triplet: 84, 41 and 57. RGB value is (132,65,87). Sum of RGB (Red+Green+Blue) = 132+65+87=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844157 is #7BBEA8. Grayscale: #575757. Windows color (decimal): -8109737 or 5718404. OLE color: 5718404.

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

Color convert

RGB1326587-
CMYK00.510.340.48
HSL340.3º34.01%38.63%-
HSV(B)340.3º50.76%51.76%-
XYZ13.139.3710.13-
YUV87.54127.7159.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=46.48%
G=22.89%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132658700.510.340.48340.334.0138.63
Hex84415703322301542227
Octal20410112706342605244247
Binary10000100100000110101110110011100010110000101010100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844157; }

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

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

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

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

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

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

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

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