#842D43

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

Shades of Camelot #842D43

Tints of Camelot #842D43

Color information

#842D43 (or 0x842D43) is unknown color: approx Camelot. HEX triplet: 84, 2D and 43. RGB value is (132,45,67). Sum of RGB (Red+Green+Blue) = 132+45+67=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #842D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D43 is #7BD2BC. Grayscale: #494949. Windows color (decimal): -8114877 or 4402564. OLE color: 4402564.

HSL color Cylindrical-coordinate representation of color #842D43: hue angle of 344.83º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D43 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1324567-
CMYK00.660.490.48
HSL344.83º49.15%34.71%-
HSV(B)344.83º65.91%51.76%-
XYZ11.477.196.09-
YUV73.52124.32169.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 45 (17.97% from 255) = 18.44%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=54.10%
G=18.44%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132456700.660.490.48344.8349.1534.71
Hex842D4304231301593123
Octal20455103010261605316143
Binary10000100101101100001101000010110001110000101011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D43; }

 p { color: rgb(132,45,67); }

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

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

 a { background-color: rgb(132,45,67); }

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

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

 span { border-color: rgb(132,45,67); }

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