#83374B

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

Shades of Camelot #83374B

Tints of Camelot #83374B

Color information

#83374B (or 0x83374B) is unknown color: approx Camelot. HEX triplet: 83, 37 and 4B. RGB value is (131,55,75). Sum of RGB (Red+Green+Blue) = 131+55+75=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83374B is #7CC8B4. Grayscale: #505050. Windows color (decimal): -8177845 or 4929411. OLE color: 4929411.

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

Color convert

RGB1315575-
CMYK00.580.430.49
HSL344.21º40.86%36.47%-
HSV(B)344.21º58.02%51.37%-
XYZ128.077.58-
YUV80125.18164.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.19%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=50.19%
G=21.07%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131557500.580.430.49344.2140.8636.47
Hex83374B03A2B311582924
Octal2036711307253615305144
Binary1000001111011110010110111010101011110001101011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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