#83162A

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

Shades of Scarlett #83162A

Tints of Scarlett #83162A

Color information

#83162A (or 0x83162A) is unknown color: approx Scarlett. HEX triplet: 83, 16 and 2A. RGB value is (131,22,42). Sum of RGB (Red+Green+Blue) = 131+22+42=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83162A is #7CE9D5. Grayscale: #383838. Windows color (decimal): -8186326 or 2758275. OLE color: 2758275.

HSL color Cylindrical-coordinate representation of color #83162A: hue angle of 348.99º 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 #83162A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1312242-
CMYK00.830.680.49
HSL348.99º71.24%30%-
HSV(B)348.99º83.21%51.37%-
XYZ10.065.572.73-
YUV56.87119.61180.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.18%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=67.18%
G=11.28%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131224200.830.680.49348.9971.2430
Hex83162A053443115d471e
Octal203265201231046153510736
Binary1000001110110101010010100111000100110001101011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83162A; }

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

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

<style>
 a { background-color: #83162A; }

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

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

<style>
 span { border-color: #83162A; }

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

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