#83172D

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

Shades of Scarlett #83172D

Tints of Scarlett #83172D

Color information

#83172D (or 0x83172D) is unknown color: approx Scarlett. HEX triplet: 83, 17 and 2D. RGB value is (131,23,45). Sum of RGB (Red+Green+Blue) = 131+23+45=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83172D is #7CE8D2. Grayscale: #393939. Windows color (decimal): -8186067 or 2955139. OLE color: 2955139.

HSL color Cylindrical-coordinate representation of color #83172D: hue angle of 347.78º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83172D is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1312345-
CMYK00.820.660.49
HSL347.78º70.13%30.2%-
HSV(B)347.78º82.44%51.37%-
XYZ10.145.633.03-
YUV57.8120.78180.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.83%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=65.83%
G=11.56%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131234500.820.660.49347.7870.1330.2
Hex83172D052423115c461e
Octal203275501221026153410636
Binary1000001110111101101010100101000010110001101011100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,23,45); }

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

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

 a { background-color: rgb(131,23,45); }

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

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

 span { border-color: rgb(131,23,45); }

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