#83192E

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

Shades of Scarlett #83192E

Tints of Scarlett #83192E

Color information

#83192E (or 0x83192E) is unknown color: approx Scarlett. HEX triplet: 83, 19 and 2E. RGB value is (131,25,46). Sum of RGB (Red+Green+Blue) = 131+25+46=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #83192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83192E is #7CE6D1. Grayscale: #3B3B3B. Windows color (decimal): -8185554 or 3021187. OLE color: 3021187.

HSL color Cylindrical-coordinate representation of color #83192E: hue angle of 348.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83192E is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1312546-
CMYK00.810.650.49
HSL348.11º67.95%30.59%-
HSV(B)348.11º80.92%51.37%-
XYZ10.25.723.15-
YUV59.09120.62179.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.85%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=64.85%
G=12.38%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131254600.810.650.49348.1167.9530.59
Hex83192E051413115c441f
Octal203315601211016153410437
Binary1000001111001101110010100011000001110001101011100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,25,46); }

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

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

 a { background-color: rgb(131,25,46); }

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

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

 span { border-color: rgb(131,25,46); }

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