#844151

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

Shades of Camelot #844151

Tints of Camelot #844151

Color information

#844151 (or 0x844151) is unknown color: approx Camelot. HEX triplet: 84, 41 and 51. RGB value is (132,65,81). Sum of RGB (Red+Green+Blue) = 132+65+81=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #844151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844151 is #7BBEAE. Grayscale: #565656. Windows color (decimal): -8109743 or 5325188. OLE color: 5325188.

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

Color convert

RGB1326581-
CMYK00.510.390.48
HSL345.67º34.01%38.63%-
HSV(B)345.67º50.76%51.76%-
XYZ12.899.288.9-
YUV86.86124.7160.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=47.48%
G=23.38%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132658100.510.390.48345.6734.0138.63
Hex844151033273015a2227
Octal20410112106347605324247
Binary10000100100000110100010110011100111110000101011010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844151; }

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

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

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

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

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

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

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

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