#84172A

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

Shades of Scarlett #84172A

Tints of Scarlett #84172A

Color information

#84172A (or 0x84172A) is unknown color: approx Scarlett. HEX triplet: 84, 17 and 2A. RGB value is (132,23,42). Sum of RGB (Red+Green+Blue) = 132+23+42=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84172A is #7BE8D5. Grayscale: #393939. Windows color (decimal): -8120534 or 2758532. OLE color: 2758532.

HSL color Cylindrical-coordinate representation of color #84172A: hue angle of 349.54º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84172A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1322342-
CMYK00.830.680.48
HSL349.54º70.32%30.39%-
HSV(B)349.54º82.58%51.76%-
XYZ10.245.692.75-
YUV57.76119.11180.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=67.01%
G=11.68%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132234200.830.680.48349.5470.3230.39
Hex84172A053443015e461e
Octal204275201231046053610636
Binary1000010010111101010010100111000100110000101011110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,23,42); }

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

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

 a { background-color: rgb(132,23,42); }

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

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

 span { border-color: rgb(132,23,42); }

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