#841C2F

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

Shades of Scarlett #841C2F

Tints of Scarlett #841C2F

Color information

#841C2F (or 0x841C2F) is unknown color: approx Scarlett. HEX triplet: 84, 1C and 2F. RGB value is (132,28,47). Sum of RGB (Red+Green+Blue) = 132+28+47=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #841C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C2F is #7BE3D0. Grayscale: #3D3D3D. Windows color (decimal): -8119249 or 3087492. OLE color: 3087492.

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

Color convert

RGB1322847-
CMYK00.790.640.48
HSL349.04º65%31.37%-
HSV(B)349.04º78.79%51.76%-
XYZ10.445.943.29-
YUV61.26119.96178.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.77%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=63.77%
G=13.53%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132284700.790.640.48349.046531.37
Hex841C2F04F403015d411f
Octal204345701171006053510137
Binary1000010011100101111010011111000000110000101011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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