#841931

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

Shades of Scarlett #841931

Tints of Scarlett #841931

Color information

#841931 (or 0x841931) is unknown color: approx Scarlett. HEX triplet: 84, 19 and 31. RGB value is (132,25,49). Sum of RGB (Red+Green+Blue) = 132+25+49=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #841931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841931 is #7BE6CE. Grayscale: #3B3B3B. Windows color (decimal): -8120015 or 3217796. OLE color: 3217796.

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

Color convert

RGB1322549-
CMYK00.810.630.48
HSL346.54º68.15%30.78%-
HSV(B)346.54º81.06%51.76%-
XYZ10.425.823.48-
YUV59.73121.95179.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=64.08%
G=12.14%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132254900.810.630.48346.5468.1530.78
Hex8419310513F3015b441f
Octal20431610121776053310437
Binary100001001100111000101010001111111110000101011011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841931; }

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

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

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

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

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

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

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

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