#841C2B

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

Shades of Scarlett #841C2B

Tints of Scarlett #841C2B

Color information

#841C2B (or 0x841C2B) is unknown color: approx Scarlett. HEX triplet: 84, 1C and 2B. RGB value is (132,28,43). Sum of RGB (Red+Green+Blue) = 132+28+43=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #841C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C2B is #7BE3D4. Grayscale: #3C3C3C. Windows color (decimal): -8119253 or 2825348. OLE color: 2825348.

HSL color Cylindrical-coordinate representation of color #841C2B: hue angle of 351.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C2B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1322843-
CMYK00.790.670.48
HSL351.35º65%31.37%-
HSV(B)351.35º78.79%51.76%-
XYZ10.375.912.88-
YUV60.81117.96178.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.02%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=65.02%
G=13.79%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132284300.790.670.48351.356531.37
Hex841C2B04F433015f411f
Octal204345301171036053710137
Binary1000010011100101011010011111000011110000101011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,28,43); }

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

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

 a { background-color: rgb(132,28,43); }

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

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

 span { border-color: rgb(132,28,43); }

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