#83394A

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

Shades of Camelot #83394A

Tints of Camelot #83394A

Color information

#83394A (or 0x83394A) is unknown color: approx Camelot. HEX triplet: 83, 39 and 4A. RGB value is (131,57,74). Sum of RGB (Red+Green+Blue) = 131+57+74=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83394A is #7CC6B5. Grayscale: #515151. Windows color (decimal): -8177334 or 4864387. OLE color: 4864387.

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

Color convert

RGB1315774-
CMYK00.560.440.49
HSL346.22º39.36%36.86%-
HSV(B)346.22º56.49%51.37%-
XYZ12.068.257.43-
YUV81.06124.02163.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=50%
G=21.76%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131577400.560.440.49346.2239.3636.86
Hex83394A0382C3115a2725
Octal2037111207054615324745
Binary1000001111100110010100111000101100110001101011010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83394A; }

 p { color: rgb(131,57,74); }

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

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

 a { background-color: rgb(131,57,74); }

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

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

 span { border-color: rgb(131,57,74); }

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