#841B32

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

Shades of Scarlett #841B32

Tints of Scarlett #841B32

Color information

#841B32 (or 0x841B32) is unknown color: approx Scarlett. HEX triplet: 84, 1B and 32. RGB value is (132,27,50). Sum of RGB (Red+Green+Blue) = 132+27+50=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #841B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B32 is #7BE4CD. Grayscale: #3D3D3D. Windows color (decimal): -8119502 or 3283844. OLE color: 3283844.

HSL color Cylindrical-coordinate representation of color #841B32: hue angle of 346.86º degrees, saturation: 0.66, 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 #841B32 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1322750-
CMYK00.800.620.48
HSL346.86º66.04%31.18%-
HSV(B)346.86º79.55%51.76%-
XYZ10.485.923.61-
YUV61.02121.79178.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=63.16%
G=12.92%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132275000.800.620.48346.8666.0431.18
Hex841B320503E3015b421f
Octal20433620120766053310237
Binary100001001101111001001010000111110110000101011011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,27,50); }

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

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

 a { background-color: rgb(132,27,50); }

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

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

 span { border-color: rgb(132,27,50); }

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