#823B4F

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

Shades of Camelot #823B4F

Tints of Camelot #823B4F

Color information

#823B4F (or 0x823B4F) is unknown color: approx Camelot. HEX triplet: 82, 3B and 4F. RGB value is (130,59,79). Sum of RGB (Red+Green+Blue) = 130+59+79=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #823B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823B4F is #7DC4B0. Grayscale: #525252. Windows color (decimal): -8242353 or 5192578. OLE color: 5192578.

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

Color convert

RGB1305979-
CMYK00.550.390.49
HSL343.1º37.57%37.06%-
HSV(B)343.1º54.62%50.98%-
XYZ12.188.448.38-
YUV82.51126.02161.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=48.51%
G=22.01%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130597900.550.390.49343.137.5737.06
Hex823B4F03727311572625
Octal2027311706747615274645
Binary1000001011101110011110110111100111110001101010111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823B4F; }

 p { color: rgb(130,59,79); }

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

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

 a { background-color: rgb(130,59,79); }

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

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

 span { border-color: rgb(130,59,79); }

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