#824253

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

Shades of Camelot #824253

Tints of Camelot #824253

Color information

#824253 (or 0x824253) is unknown color: approx Camelot. HEX triplet: 82, 42 and 53. RGB value is (130,66,83). Sum of RGB (Red+Green+Blue) = 130+66+83=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824253 is #7DBDAC. Grayscale: #575757. Windows color (decimal): -8240557 or 5456514. OLE color: 5456514.

HSL color Cylindrical-coordinate representation of color #824253: hue angle of 344.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824253 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1306683-
CMYK00.490.360.49
HSL344.06º32.65%38.43%-
HSV(B)344.06º49.23%50.98%-
XYZ12.729.279.3-
YUV87.07125.7158.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=46.59%
G=23.66%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130668300.490.360.49344.0632.6538.43
Hex82425303124311582126
Octal20210212306144615304146
Binary10000010100001010100110110001100100110001101011000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824253; }

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

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

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

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

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

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

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

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