#83354C

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

Shades of Camelot #83354C

Tints of Camelot #83354C

Color information

#83354C (or 0x83354C) is unknown color: approx Camelot. HEX triplet: 83, 35 and 4C. RGB value is (131,53,76). Sum of RGB (Red+Green+Blue) = 131+53+76=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83354C is #7CCAB3. Grayscale: #4E4E4E. Windows color (decimal): -8178356 or 4994435. OLE color: 4994435.

HSL color Cylindrical-coordinate representation of color #83354C: hue angle of 342.31º degrees, saturation: 0.42, 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 #83354C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1315376-
CMYK00.600.420.49
HSL342.31º42.39%36.08%-
HSV(B)342.31º59.54%51.37%-
XYZ11.947.897.73-
YUV78.94126.34165.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=50.38%
G=20.38%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131537600.600.420.49342.3142.3936.08
Hex83354C03C2A311562a24
Octal2036511407452615265244
Binary1000001111010110011000111100101010110001101010110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83354C; }

 p { color: rgb(131,53,76); }

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

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

 a { background-color: rgb(131,53,76); }

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

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

 span { border-color: rgb(131,53,76); }

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