#842030

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

Shades of Scarlett #842030

Tints of Scarlett #842030

Color information

#842030 (or 0x842030) is unknown color: approx Scarlett. HEX triplet: 84, 20 and 30. RGB value is (132,32,48). Sum of RGB (Red+Green+Blue) = 132+32+48=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #842030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842030 is #7BDFCF. Grayscale: #3F3F3F. Windows color (decimal): -8118224 or 3154052. OLE color: 3154052.

HSL color Cylindrical-coordinate representation of color #842030: hue angle of 350.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842030 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1323248-
CMYK00.760.640.48
HSL350.4º60.98%32.16%-
HSV(B)350.4º75.76%51.76%-
XYZ10.576.153.43-
YUV63.72119.13176.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.26%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=62.26%
G=15.09%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132324800.760.640.48350.460.9832.16
Hex84203004C403015e3d20
Octal20440600114100605367540
Binary10000100100000110000010011001000000110000101011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842030; }

 p { color: rgb(132,32,48); }

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

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

 a { background-color: rgb(132,32,48); }

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

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

 span { border-color: rgb(132,32,48); }

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