#842D42

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

Shades of Camelot #842D42

Tints of Camelot #842D42

Color information

#842D42 (or 0x842D42) is unknown color: approx Camelot. HEX triplet: 84, 2D and 42. RGB value is (132,45,66). Sum of RGB (Red+Green+Blue) = 132+45+66=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #842D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D42 is #7BD2BD. Grayscale: #494949. Windows color (decimal): -8114878 or 4337028. OLE color: 4337028.

HSL color Cylindrical-coordinate representation of color #842D42: hue angle of 345.52º 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 #842D42 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1324566-
CMYK00.660.50.48
HSL345.52º49.15%34.71%-
HSV(B)345.52º65.91%51.76%-
XYZ11.447.185.94-
YUV73.41123.82169.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=54.32%
G=18.52%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132456600.660.50.48345.5249.1534.71
Hex842D42042323015a3123
Octal20455102010262605326143
Binary10000100101101100001001000010110010110000101011010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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