#831534

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

Shades of Scarlett #831534

Tints of Scarlett #831534

Color information

#831534 (or 0x831534) is unknown color: approx Scarlett. HEX triplet: 83, 15 and 34. RGB value is (131,21,52). Sum of RGB (Red+Green+Blue) = 131+21+52=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #831534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831534 is #7CEACB. Grayscale: #393939. Windows color (decimal): -8186572 or 3413379. OLE color: 3413379.

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

Color convert

RGB1312152-
CMYK00.840.600.49
HSL343.09º72.37%29.8%-
HSV(B)343.09º83.97%51.37%-
XYZ10.255.613.79-
YUV57.42124.94180.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.22%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=64.22%
G=10.29%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131215200.840.600.49343.0972.3729.8
Hex8315340543C31157481e
Octal20325640124746152711036
Binary100000111010111010001010100111100110001101010111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831534; }

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

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

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

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

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

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

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

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