#823447

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

Shades of Camelot #823447

Tints of Camelot #823447

Color information

#823447 (or 0x823447) is unknown color: approx Camelot. HEX triplet: 82, 34 and 47. RGB value is (130,52,71). Sum of RGB (Red+Green+Blue) = 130+52+71=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #823447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823447 is #7DCBB8. Grayscale: #4D4D4D. Windows color (decimal): -8244153 or 4666498. OLE color: 4666498.

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

Color convert

RGB1305271-
CMYK00.600.450.49
HSL345.38º42.86%35.69%-
HSV(B)345.38º60%50.98%-
XYZ11.577.666.83-
YUV77.49124.34165.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=51.38%
G=20.55%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130527100.600.450.49345.3842.8635.69
Hex82344703C2D311592b24
Octal2026410707455615315344
Binary1000001011010010001110111100101101110001101011001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823447; }

 p { color: rgb(130,52,71); }

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

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

 a { background-color: rgb(130,52,71); }

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

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

 span { border-color: rgb(130,52,71); }

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