#841424

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

Shades of Scarlett #841424

Tints of Scarlett #841424

Color information

#841424 (or 0x841424) is unknown color: approx Scarlett. HEX triplet: 84, 14 and 24. RGB value is (132,20,36). Sum of RGB (Red+Green+Blue) = 132+20+36=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841424 is #7BEBDB. Grayscale: #373737. Windows color (decimal): -8121308 or 2364548. OLE color: 2364548.

HSL color Cylindrical-coordinate representation of color #841424: hue angle of 351.43º 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 #841424 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1322036-
CMYK00.850.730.48
HSL351.43º73.68%29.8%-
HSV(B)351.43º84.85%51.76%-
XYZ10.085.532.21-
YUV55.31117.11182.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.21%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=70.21%
G=10.64%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132203600.850.730.48351.4373.6829.8
Hex841424055493015f4a1e
Octal204244401251116053711236
Binary1000010010100100100010101011001001110000101011111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841424; }

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

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

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

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

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

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

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

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