#841337

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

Shades of Scarlett #841337

Tints of Scarlett #841337

Color information

#841337 (or 0x841337) is unknown color: approx Scarlett. HEX triplet: 84, 13 and 37. RGB value is (132,19,55). Sum of RGB (Red+Green+Blue) = 132+19+55=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #841337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841337 is #7BECC8. Grayscale: #383838. Windows color (decimal): -8121545 or 3609476. OLE color: 3609476.

HSL color Cylindrical-coordinate representation of color #841337: hue angle of 340.88º 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 #841337 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1321955-
CMYK00.860.580.48
HSL340.88º74.83%29.61%-
HSV(B)340.88º85.61%51.76%-
XYZ10.445.654.15-
YUV56.89126.94181.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=64.08%
G=9.22%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132195500.860.580.48340.8874.8329.61
Hex8413370563A301554b1e
Octal20423670126726052511336
Binary100001001001111011101010110111010110000101010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841337; }

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

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

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

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

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

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

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

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