#831236

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

Shades of Scarlett #831236

Tints of Scarlett #831236

Color information

#831236 (or 0x831236) is unknown color: approx Scarlett. HEX triplet: 83, 12 and 36. RGB value is (131,18,54). Sum of RGB (Red+Green+Blue) = 131+18+54=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #831236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831236 is #7CEDC9. Grayscale: #373737. Windows color (decimal): -8187338 or 3543683. OLE color: 3543683.

HSL color Cylindrical-coordinate representation of color #831236: hue angle of 340.88º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831236 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1311854-
CMYK00.860.590.49
HSL340.88º75.84%29.22%-
HSV(B)340.88º86.26%51.37%-
XYZ10.245.524.02-
YUV55.89126.94181.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.53%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=64.53%
G=8.87%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131185400.860.590.49340.8875.8429.22
Hex8312360563B311554c1d
Octal20322660126736152511435
Binary100000111001011011001010110111011110001101010101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831236; }

 p { color: rgb(131,18,54); }

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

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

 a { background-color: rgb(131,18,54); }

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

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

 span { border-color: rgb(131,18,54); }

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