#831424

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

Shades of Scarlett #831424

Tints of Scarlett #831424

Color information

#831424 (or 0x831424) is unknown color: approx Scarlett. HEX triplet: 83, 14 and 24. RGB value is (131,20,36). Sum of RGB (Red+Green+Blue) = 131+20+36=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #831424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831424 is #7CEBDB. Grayscale: #373737. Windows color (decimal): -8186844 or 2364547. OLE color: 2364547.

HSL color Cylindrical-coordinate representation of color #831424: hue angle of 351.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831424 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1312036-
CMYK00.850.730.49
HSL351.35º73.51%29.61%-
HSV(B)351.35º84.73%51.37%-
XYZ9.935.452.2-
YUV55.01117.27182.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.05%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=70.05%
G=10.70%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131203600.850.730.49351.3573.5129.61
Hex831424055493115f4a1e
Octal203244401251116153711236
Binary1000001110100100100010101011001001110001101011111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831424; }

 p { color: rgb(131,20,36); }

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

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

 a { background-color: rgb(131,20,36); }

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

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

 span { border-color: rgb(131,20,36); }

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