#842E45

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

Shades of Camelot #842E45

Tints of Camelot #842E45

Color information

#842E45 (or 0x842E45) is unknown color: approx Camelot. HEX triplet: 84, 2E and 45. RGB value is (132,46,69). Sum of RGB (Red+Green+Blue) = 132+46+69=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #842E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E45 is #7BD1BA. Grayscale: #4A4A4A. Windows color (decimal): -8114619 or 4533892. OLE color: 4533892.

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

Color convert

RGB1324669-
CMYK00.650.480.48
HSL343.95º48.31%34.9%-
HSV(B)343.95º65.15%51.76%-
XYZ11.577.296.43-
YUV74.34124.99169.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=53.44%
G=18.62%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132466900.650.480.48343.9548.3134.9
Hex842E4504130301583023
Octal20456105010160605306043
Binary10000100101110100010101000001110000110000101011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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