#823046

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

Shades of Camelot #823046

Tints of Camelot #823046

Color information

#823046 (or 0x823046) is unknown color: approx Camelot. HEX triplet: 82, 30 and 46. RGB value is (130,48,70). Sum of RGB (Red+Green+Blue) = 130+48+70=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823046 is #7DCFB9. Grayscale: #4B4B4B. Windows color (decimal): -8245178 or 4599938. OLE color: 4599938.

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

Color convert

RGB1304870-
CMYK00.630.460.49
HSL343.9º46.07%34.9%-
HSV(B)343.9º63.08%50.98%-
XYZ11.377.36.6-
YUV75.03125.17167.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=52.42%
G=19.35%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130487000.630.460.49343.946.0734.9
Hex82304603F2E311582e23
Octal2026010607756615305643
Binary1000001011000010001100111111101110110001101011000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823046; }

 p { color: rgb(130,48,70); }

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

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

 a { background-color: rgb(130,48,70); }

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

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

 span { border-color: rgb(130,48,70); }

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