#83394B

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

Shades of Camelot #83394B

Tints of Camelot #83394B

Color information

#83394B (or 0x83394B) is unknown color: approx Camelot. HEX triplet: 83, 39 and 4B. RGB value is (131,57,75). Sum of RGB (Red+Green+Blue) = 131+57+75=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83394B is #7CC6B4. Grayscale: #515151. Windows color (decimal): -8177333 or 4929923. OLE color: 4929923.

HSL color Cylindrical-coordinate representation of color #83394B: hue angle of 345.41º 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 #83394B is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1315775-
CMYK00.560.430.49
HSL345.41º39.36%36.86%-
HSV(B)345.41º56.49%51.37%-
XYZ12.098.267.61-
YUV81.18124.52163.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=49.81%
G=21.67%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131577500.560.430.49345.4139.3636.86
Hex83394B0382B311592725
Octal2037111307053615314745
Binary1000001111100110010110111000101011110001101011001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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