#83163B

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

Shades of Scarlett #83163B

Tints of Scarlett #83163B

Color information

#83163B (or 0x83163B) is unknown color: approx Scarlett. HEX triplet: 83, 16 and 3B. RGB value is (131,22,59). Sum of RGB (Red+Green+Blue) = 131+22+59=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83163B is #7CE9C4. Grayscale: #3A3A3A. Windows color (decimal): -8186309 or 3872387. OLE color: 3872387.

HSL color Cylindrical-coordinate representation of color #83163B: hue angle of 339.63º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83163B is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1312259-
CMYK00.830.550.49
HSL339.63º71.24%30%-
HSV(B)339.63º83.21%51.37%-
XYZ10.445.714.69-
YUV58.81128.11179.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.79%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=61.79%
G=10.38%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131225900.830.550.49339.6371.2430
Hex83163B0533731154471e
Octal20326730123676152410736
Binary100000111011011101101010011110111110001101010100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,22,59); }

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

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

 a { background-color: rgb(131,22,59); }

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

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

 span { border-color: rgb(131,22,59); }

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