#831C2C

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

Shades of Scarlett #831C2C

Tints of Scarlett #831C2C

Color information

#831C2C (or 0x831C2C) is unknown color: approx Scarlett. HEX triplet: 83, 1C and 2C. RGB value is (131,28,44). Sum of RGB (Red+Green+Blue) = 131+28+44=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #831C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831C2C is #7CE3D3. Grayscale: #3C3C3C. Windows color (decimal): -8184788 or 2890883. OLE color: 2890883.

HSL color Cylindrical-coordinate representation of color #831C2C: hue angle of 350.68º degrees, saturation: 0.65, 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 #831C2C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1312844-
CMYK00.790.660.49
HSL350.68º64.78%31.18%-
HSV(B)350.68º78.63%51.37%-
XYZ10.235.842.97-
YUV60.62118.62178.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.53%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=64.53%
G=13.79%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131284400.790.660.49350.6864.7831.18
Hex831C2C04F423115f411f
Octal203345401171026153710137
Binary1000001111100101100010011111000010110001101011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,28,44); }

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

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

 a { background-color: rgb(131,28,44); }

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

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

 span { border-color: rgb(131,28,44); }

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