#842F42

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

Shades of Camelot #842F42

Tints of Camelot #842F42

Color information

#842F42 (or 0x842F42) is unknown color: approx Camelot. HEX triplet: 84, 2F and 42. RGB value is (132,47,66). Sum of RGB (Red+Green+Blue) = 132+47+66=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #842F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F42 is #7BD0BD. Grayscale: #4A4A4A. Windows color (decimal): -8114366 or 4337540. OLE color: 4337540.

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

Color convert

RGB1324766-
CMYK00.640.50.48
HSL346.59º47.49%35.1%-
HSV(B)346.59º64.39%51.76%-
XYZ11.527.335.96-
YUV74.58123.16168.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=53.88%
G=19.18%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132476600.640.50.48346.5947.4935.1
Hex842F42040323015b2f23
Octal20457102010062605335743
Binary10000100101111100001001000000110010110000101011011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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