#83374E

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

Shades of Camelot #83374E

Tints of Camelot #83374E

Color information

#83374E (or 0x83374E) is unknown color: approx Camelot. HEX triplet: 83, 37 and 4E. RGB value is (131,55,78). Sum of RGB (Red+Green+Blue) = 131+55+78=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83374E is #7CC8B1. Grayscale: #505050. Windows color (decimal): -8177842 or 5126019. OLE color: 5126019.

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

Color convert

RGB1315578-
CMYK00.580.400.49
HSL341.84º40.86%36.47%-
HSV(B)341.84º58.02%51.37%-
XYZ12.18.118.13-
YUV80.35126.68164.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=49.62%
G=20.83%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131557800.580.400.49341.8440.8636.47
Hex83374E03A28311562924
Octal2036711607250615265144
Binary1000001111011110011100111010101000110001101010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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