#841A34

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

Shades of Scarlett #841A34

Tints of Scarlett #841A34

Color information

#841A34 (or 0x841A34) is unknown color: approx Scarlett. HEX triplet: 84, 1A and 34. RGB value is (132,26,52). Sum of RGB (Red+Green+Blue) = 132+26+52=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #841A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A34 is #7BE5CB. Grayscale: #3C3C3C. Windows color (decimal): -8119756 or 3414660. OLE color: 3414660.

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

Color convert

RGB1322652-
CMYK00.800.610.48
HSL345.28º67.09%30.98%-
HSV(B)345.28º80.3%51.76%-
XYZ10.55.893.83-
YUV60.66123.12178.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 52 (20.70% from 255) = 24.76%
R=62.86%
G=12.38%
B=24.76%

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
Decimal132265200.800.610.48345.2867.0930.98
Hex841A340503D30159431f
Octal20432640120756053110337
Binary100001001101011010001010000111101110000101011001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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