#831528

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

Shades of Scarlett #831528

Tints of Scarlett #831528

Color information

#831528 (or 0x831528) is unknown color: approx Scarlett. HEX triplet: 83, 15 and 28. RGB value is (131,21,40). Sum of RGB (Red+Green+Blue) = 131+21+40=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #831528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831528 is #7CEAD7. Grayscale: #383838. Windows color (decimal): -8186584 or 2626947. OLE color: 2626947.

HSL color Cylindrical-coordinate representation of color #831528: hue angle of 349.64º 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 #831528 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1312140-
CMYK00.840.690.49
HSL349.64º72.37%29.8%-
HSV(B)349.64º83.97%51.37%-
XYZ10.015.512.54-
YUV56.06118.94181.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.23%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=68.23%
G=10.94%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131214000.840.690.49349.6472.3729.8
Hex831528054453115e481e
Octal203255001241056153611036
Binary1000001110101101000010101001000101110001101011110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831528; }

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

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

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

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

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

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

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

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