#842130

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

Shades of Scarlett #842130

Tints of Scarlett #842130

Color information

#842130 (or 0x842130) is unknown color: approx Scarlett. HEX triplet: 84, 21 and 30. RGB value is (132,33,48). Sum of RGB (Red+Green+Blue) = 132+33+48=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #842130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842130 is #7BDECF. Grayscale: #404040. Windows color (decimal): -8117968 or 3154308. OLE color: 3154308.

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

Color convert

RGB1323348-
CMYK00.750.640.48
HSL350.91º60%32.35%-
HSV(B)350.91º75%51.76%-
XYZ10.596.213.44-
YUV64.31118.8176.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=61.97%
G=15.49%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132334800.750.640.48350.916032.35
Hex84213004B403015f3c20
Octal20441600113100605377440
Binary10000100100001110000010010111000000110000101011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842130; }

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

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

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

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

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

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

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

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