#831530

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

Shades of Scarlett #831530

Tints of Scarlett #831530

Color information

#831530 (or 0x831530) is unknown color: approx Scarlett. HEX triplet: 83, 15 and 30. RGB value is (131,21,48). Sum of RGB (Red+Green+Blue) = 131+21+48=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #831530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831530 is #7CEACF. Grayscale: #383838. Windows color (decimal): -8186576 or 3151235. OLE color: 3151235.

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

Color convert

RGB1312148-
CMYK00.840.630.49
HSL345.27º72.37%29.8%-
HSV(B)345.27º83.97%51.37%-
XYZ10.165.583.34-
YUV56.97122.94180.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 48 (19.14% from 255) = 24%
R=65.5%
G=10.5%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131214800.840.630.49345.2772.3729.8
Hex8315300543F31159481e
Octal20325600124776153111036
Binary100000111010111000001010100111111110001101011001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831530; }

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

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

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

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

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

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

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

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