#831E30

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

Shades of Scarlett #831E30

Tints of Scarlett #831E30

Color information

#831E30 (or 0x831E30) is unknown color: approx Scarlett. HEX triplet: 83, 1E and 30. RGB value is (131,30,48). Sum of RGB (Red+Green+Blue) = 131+30+48=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #831E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E30 is #7CE1CF. Grayscale: #3E3E3E. Windows color (decimal): -8184272 or 3153539. OLE color: 3153539.

HSL color Cylindrical-coordinate representation of color #831E30: hue angle of 349.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E30 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1313048-
CMYK00.770.630.49
HSL349.31º62.73%31.57%-
HSV(B)349.31º77.1%51.37%-
XYZ10.365.973.4-
YUV62.25119.96177.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.68%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=62.68%
G=14.35%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131304800.770.630.49349.3162.7331.57
Hex831E3004D3F3115d3f20
Octal2033660011577615357740
Binary100000111111011000001001101111111110001101011101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,30,48); }

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

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

 a { background-color: rgb(131,30,48); }

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

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

 span { border-color: rgb(131,30,48); }

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