#841B33

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

Shades of Scarlett #841B33

Tints of Scarlett #841B33

Color information

#841B33 (or 0x841B33) is unknown color: approx Scarlett. HEX triplet: 84, 1B and 33. RGB value is (132,27,51). Sum of RGB (Red+Green+Blue) = 132+27+51=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #841B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B33 is #7BE4CC. Grayscale: #3D3D3D. Windows color (decimal): -8119501 or 3349380. OLE color: 3349380.

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

Color convert

RGB1322751-
CMYK00.800.610.48
HSL346.29º66.04%31.18%-
HSV(B)346.29º79.55%51.76%-
XYZ10.515.933.72-
YUV61.13122.29178.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=62.86%
G=12.86%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132275100.800.610.48346.2966.0431.18
Hex841B330503D3015a421f
Octal20433630120756053210237
Binary100001001101111001101010000111101110000101011010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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