#842E42

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

Shades of Camelot #842E42

Tints of Camelot #842E42

Color information

#842E42 (or 0x842E42) is unknown color: approx Camelot. HEX triplet: 84, 2E and 42. RGB value is (132,46,66). Sum of RGB (Red+Green+Blue) = 132+46+66=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #842E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E42 is #7BD1BD. Grayscale: #4A4A4A. Windows color (decimal): -8114622 or 4337284. OLE color: 4337284.

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

Color convert

RGB1324666-
CMYK00.650.50.48
HSL346.05º48.31%34.9%-
HSV(B)346.05º65.15%51.76%-
XYZ11.487.255.95-
YUV73.99123.49169.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=54.10%
G=18.85%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132466600.650.50.48346.0548.3134.9
Hex842E42041323015a3023
Octal20456102010162605326043
Binary10000100101110100001001000001110010110000101011010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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