#83374D

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

Shades of Camelot #83374D

Tints of Camelot #83374D

Color information

#83374D (or 0x83374D) is unknown color: approx Camelot. HEX triplet: 83, 37 and 4D. RGB value is (131,55,77). Sum of RGB (Red+Green+Blue) = 131+55+77=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83374D is #7CC8B2. Grayscale: #505050. Windows color (decimal): -8177843 or 5060483. OLE color: 5060483.

HSL color Cylindrical-coordinate representation of color #83374D: hue angle of 342.63º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83374D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1315577-
CMYK00.580.410.49
HSL342.63º40.86%36.47%-
HSV(B)342.63º58.02%51.37%-
XYZ12.078.097.95-
YUV80.23126.18164.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=49.81%
G=20.91%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131557700.580.410.49342.6340.8636.47
Hex83374D03A29311572924
Octal2036711507251615275144
Binary1000001111011110011010111010101001110001101010111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83374D; }

 p { color: rgb(131,55,77); }

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

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

 a { background-color: rgb(131,55,77); }

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

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

 span { border-color: rgb(131,55,77); }

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