#831B32

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

Shades of Scarlett #831B32

Tints of Scarlett #831B32

Color information

#831B32 (or 0x831B32) is unknown color: approx Scarlett. HEX triplet: 83, 1B and 32. RGB value is (131,27,50). Sum of RGB (Red+Green+Blue) = 131+27+50=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #831B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B32 is #7CE4CD. Grayscale: #3C3C3C. Windows color (decimal): -8185038 or 3283843. OLE color: 3283843.

HSL color Cylindrical-coordinate representation of color #831B32: hue angle of 346.73º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B32 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1312750-
CMYK00.790.620.49
HSL346.73º65.82%30.98%-
HSV(B)346.73º79.39%51.37%-
XYZ10.335.843.6-
YUV60.72121.96178.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.98%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=62.98%
G=12.98%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131275000.790.620.49346.7365.8230.98
Hex831B3204F3E3115b421f
Octal20333620117766153310237
Binary100000111101111001001001111111110110001101011011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831B32; }

 p { color: rgb(131,27,50); }

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

<style>
 a { background-color: #831B32; }

 a { background-color: rgb(131,27,50); }

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

<style>
 span { border-color: #831B32; }

 span { border-color: rgb(131,27,50); }

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