#841A36

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

Shades of Scarlett #841A36

Tints of Scarlett #841A36

Color information

#841A36 (or 0x841A36) is unknown color: approx Scarlett. HEX triplet: 84, 1A and 36. RGB value is (132,26,54). Sum of RGB (Red+Green+Blue) = 132+26+54=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #841A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A36 is #7BE5C9. Grayscale: #3C3C3C. Windows color (decimal): -8119754 or 3545732. OLE color: 3545732.

HSL color Cylindrical-coordinate representation of color #841A36: hue angle of 344.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A36 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1322654-
CMYK00.800.590.48
HSL344.15º67.09%30.98%-
HSV(B)344.15º80.3%51.76%-
XYZ10.555.914.07-
YUV60.89124.12178.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.26%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=62.26%
G=12.26%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132265400.800.590.48344.1567.0930.98
Hex841A360503B30158431f
Octal20432660120736053010337
Binary100001001101011011001010000111011110000101011000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841A36; }

 p { color: rgb(132,26,54); }

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

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

 a { background-color: rgb(132,26,54); }

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

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

 span { border-color: rgb(132,26,54); }

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