#841437

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

Shades of Scarlett #841437

Tints of Scarlett #841437

Color information

#841437 (or 0x841437) is unknown color: approx Scarlett. HEX triplet: 84, 14 and 37. RGB value is (132,20,55). Sum of RGB (Red+Green+Blue) = 132+20+55=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #841437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841437 is #7BEBC8. Grayscale: #393939. Windows color (decimal): -8121289 or 3609732. OLE color: 3609732.

HSL color Cylindrical-coordinate representation of color #841437: hue angle of 341.25º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841437 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1322055-
CMYK00.850.580.48
HSL341.25º73.68%29.8%-
HSV(B)341.25º84.85%51.76%-
XYZ10.465.684.16-
YUV57.48126.61181.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.77%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=63.77%
G=9.66%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132205500.850.580.48341.2573.6829.8
Hex8414370553A301554a1e
Octal20424670125726052511236
Binary100001001010011011101010101111010110000101010101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841437; }

 p { color: rgb(132,20,55); }

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

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

 a { background-color: rgb(132,20,55); }

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

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

 span { border-color: rgb(132,20,55); }

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