#84143A

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

Shades of Scarlett #84143A

Tints of Scarlett #84143A

Color information

#84143A (or 0x84143A) is unknown color: approx Scarlett. HEX triplet: 84, 14 and 3A. RGB value is (132,20,58). Sum of RGB (Red+Green+Blue) = 132+20+58=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84143A is #7BEBC5. Grayscale: #393939. Windows color (decimal): -8121286 or 3806340. OLE color: 3806340.

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

Color convert

RGB1322058-
CMYK00.850.560.48
HSL339.64º73.68%29.8%-
HSV(B)339.64º84.85%51.76%-
XYZ10.535.714.55-
YUV57.82128.11180.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=62.86%
G=9.52%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132205800.850.560.48339.6473.6829.8
Hex84143A05538301544a1e
Octal20424720125706052411236
Binary100001001010011101001010101111000110000101010100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84143A; }

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

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

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

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

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

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

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

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