#843E4F

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

Shades of Camelot #843E4F

Tints of Camelot #843E4F

Color information

#843E4F (or 0x843E4F) is unknown color: approx Camelot. HEX triplet: 84, 3E and 4F. RGB value is (132,62,79). Sum of RGB (Red+Green+Blue) = 132+62+79=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #843E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E4F is #7BC1B0. Grayscale: #545454. Windows color (decimal): -8110513 or 5193348. OLE color: 5193348.

HSL color Cylindrical-coordinate representation of color #843E4F: hue angle of 345.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #843E4F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1326279-
CMYK00.530.400.48
HSL345.43º36.08%38.04%-
HSV(B)345.43º53.03%51.76%-
XYZ12.658.928.45-
YUV84.87124.69161.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=48.35%
G=22.71%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132627900.530.400.48345.4336.0838.04
Hex843E4F03528301592426
Octal2047611706550605314446
Binary1000010011111010011110110101101000110000101011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843E4F; }

 p { color: rgb(132,62,79); }

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

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

 a { background-color: rgb(132,62,79); }

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

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

 span { border-color: rgb(132,62,79); }

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