#831D2E

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

Shades of Scarlett #831D2E

Tints of Scarlett #831D2E

Color information

#831D2E (or 0x831D2E) is unknown color: approx Scarlett. HEX triplet: 83, 1D and 2E. RGB value is (131,29,46). Sum of RGB (Red+Green+Blue) = 131+29+46=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #831D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831D2E is #7CE2D1. Grayscale: #3D3D3D. Windows color (decimal): -8184530 or 3022211. OLE color: 3022211.

HSL color Cylindrical-coordinate representation of color #831D2E: hue angle of 350º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D2E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1312946-
CMYK00.780.650.49
HSL350º63.75%31.37%-
HSV(B)350º77.86%51.37%-
XYZ10.295.93.18-
YUV61.44119.29177.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=63.59%
G=14.08%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131294600.780.650.4935063.7531.37
Hex831D2E04E413115e401f
Octal203355601161016153610037
Binary1000001111101101110010011101000001110001101011110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,29,46); }

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

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

 a { background-color: rgb(131,29,46); }

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

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

 span { border-color: rgb(131,29,46); }

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