#842031

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

Shades of Scarlett #842031

Tints of Scarlett #842031

Color information

#842031 (or 0x842031) is unknown color: approx Scarlett. HEX triplet: 84, 20 and 31. RGB value is (132,32,49). Sum of RGB (Red+Green+Blue) = 132+32+49=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #842031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842031 is #7BDFCE. Grayscale: #3F3F3F. Windows color (decimal): -8118223 or 3219588. OLE color: 3219588.

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

Color convert

RGB1323249-
CMYK00.760.630.48
HSL349.8º60.98%32.16%-
HSV(B)349.8º75.76%51.76%-
XYZ10.596.163.54-
YUV63.84119.63176.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=61.97%
G=15.02%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132324900.760.630.48349.860.9832.16
Hex84203104C3F3015e3d20
Octal2044061011477605367540
Binary1000010010000011000101001100111111110000101011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842031; }

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

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

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

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

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

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

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

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