#831C2B

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

Shades of Scarlett #831C2B

Tints of Scarlett #831C2B

Color information

#831C2B (or 0x831C2B) is unknown color: approx Scarlett. HEX triplet: 83, 1C and 2B. RGB value is (131,28,43). Sum of RGB (Red+Green+Blue) = 131+28+43=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831C2B is #7CE3D4. Grayscale: #3C3C3C. Windows color (decimal): -8184789 or 2825347. OLE color: 2825347.

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

Color convert

RGB1312843-
CMYK00.790.670.49
HSL351.26º64.78%31.18%-
HSV(B)351.26º78.63%51.37%-
XYZ10.215.832.87-
YUV60.51118.12178.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.85%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=64.85%
G=13.86%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131284300.790.670.49351.2664.7831.18
Hex831C2B04F433115f411f
Octal203345301171036153710137
Binary1000001111100101011010011111000011110001101011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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