#841336

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

Shades of Scarlett #841336

Tints of Scarlett #841336

Color information

#841336 (or 0x841336) is unknown color: approx Scarlett. HEX triplet: 84, 13 and 36. RGB value is (132,19,54). Sum of RGB (Red+Green+Blue) = 132+19+54=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #841336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841336 is #7BECC9. Grayscale: #383838. Windows color (decimal): -8121546 or 3543940. OLE color: 3543940.

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

Color convert

RGB1321954-
CMYK00.860.590.48
HSL341.42º74.83%29.61%-
HSV(B)341.42º85.61%51.76%-
XYZ10.415.644.03-
YUV56.78126.44181.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.39%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=64.39%
G=9.27%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132195400.860.590.48341.4274.8329.61
Hex8413360563B301554b1e
Octal20423660126736052511336
Binary100001001001111011001010110111011110000101010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841336; }

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

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

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

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

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

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

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

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