#83394E

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

Shades of Camelot #83394E

Tints of Camelot #83394E

Color information

#83394E (or 0x83394E) is unknown color: approx Camelot. HEX triplet: 83, 39 and 4E. RGB value is (131,57,78). Sum of RGB (Red+Green+Blue) = 131+57+78=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #83394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83394E is #7CC6B1. Grayscale: #515151. Windows color (decimal): -8177330 or 5126531. OLE color: 5126531.

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

Color convert

RGB1315778-
CMYK00.560.400.49
HSL342.97º39.36%36.86%-
HSV(B)342.97º56.49%51.37%-
XYZ12.28.38.17-
YUV81.52126.02163.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=49.25%
G=21.43%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131577800.560.400.49342.9739.3636.86
Hex83394E03828311572725
Octal2037111607050615274745
Binary1000001111100110011100111000101000110001101010111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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