#822F42

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

Shades of Camelot #822F42

Tints of Camelot #822F42

Color information

#822F42 (or 0x822F42) is unknown color: approx Camelot. HEX triplet: 82, 2F and 42. RGB value is (130,47,66). Sum of RGB (Red+Green+Blue) = 130+47+66=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #822F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F42 is #7DD0BD. Grayscale: #494949. Windows color (decimal): -8245438 or 4337538. OLE color: 4337538.

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

Color convert

RGB1304766-
CMYK00.640.490.49
HSL346.27º46.89%34.71%-
HSV(B)346.27º63.85%50.98%-
XYZ11.217.175.95-
YUV73.98123.5167.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=53.50%
G=19.34%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130476600.640.490.49346.2746.8934.71
Hex822F42040313115a2f23
Octal20257102010061615325743
Binary10000010101111100001001000000110001110001101011010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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