#83212E

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

Shades of Scarlett #83212E

Tints of Scarlett #83212E

Color information

#83212E (or 0x83212E) is unknown color: approx Scarlett. HEX triplet: 83, 21 and 2E. RGB value is (131,33,46). Sum of RGB (Red+Green+Blue) = 131+33+46=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83212E is #7CDED1. Grayscale: #3F3F3F. Windows color (decimal): -8183506 or 3023235. OLE color: 3023235.

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

Color convert

RGB1313346-
CMYK00.750.650.49
HSL352.04º59.76%32.16%-
HSV(B)352.04º74.81%51.37%-
XYZ10.46.113.22-
YUV63.78117.97175.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.38%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=62.38%
G=15.71%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131334600.750.650.49352.0459.7632.16
Hex83212E04B41311603c20
Octal20341560113101615407440
Binary10000011100001101110010010111000001110001101100000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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