#843B4C

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

Shades of Camelot #843B4C

Tints of Camelot #843B4C

Color information

#843B4C (or 0x843B4C) is unknown color: approx Camelot. HEX triplet: 84, 3B and 4C. RGB value is (132,59,76). Sum of RGB (Red+Green+Blue) = 132+59+76=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #843B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843B4C is #7BC4B3. Grayscale: #525252. Windows color (decimal): -8111284 or 4995972. OLE color: 4995972.

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

Color convert

RGB1325976-
CMYK00.550.420.48
HSL346.03º38.22%37.45%-
HSV(B)346.03º55.3%51.76%-
XYZ12.388.567.84-
YUV82.76124.18163.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=49.44%
G=22.10%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132597600.550.420.48346.0338.2237.45
Hex843B4C0372A3015a2625
Octal2047311406752605324645
Binary1000010011101110011000110111101010110000101011010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,59,76); }

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

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

 a { background-color: rgb(132,59,76); }

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

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

 span { border-color: rgb(132,59,76); }

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