#842131

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

Shades of Scarlett #842131

Tints of Scarlett #842131

Color information

#842131 (or 0x842131) is unknown color: approx Scarlett. HEX triplet: 84, 21 and 31. RGB value is (132,33,49). Sum of RGB (Red+Green+Blue) = 132+33+49=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #842131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842131 is #7BDECE. Grayscale: #404040. Windows color (decimal): -8117967 or 3219844. OLE color: 3219844.

HSL color Cylindrical-coordinate representation of color #842131: hue angle of 350.3º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842131 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1323349-
CMYK00.750.630.48
HSL350.3º60%32.35%-
HSV(B)350.3º75%51.76%-
XYZ10.616.213.55-
YUV64.42119.3176.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.68%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=61.68%
G=15.42%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132334900.750.630.48350.36032.35
Hex84213104B3F3015e3c20
Octal2044161011377605367440
Binary1000010010000111000101001011111111110000101011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842131; }

 p { color: rgb(132,33,49); }

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

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

 a { background-color: rgb(132,33,49); }

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

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

 span { border-color: rgb(132,33,49); }

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