#84192B

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

Shades of Scarlett #84192B

Tints of Scarlett #84192B

Color information

#84192B (or 0x84192B) is unknown color: approx Scarlett. HEX triplet: 84, 19 and 2B. RGB value is (132,25,43). Sum of RGB (Red+Green+Blue) = 132+25+43=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84192B is #7BE6D4. Grayscale: #3B3B3B. Windows color (decimal): -8120021 or 2824580. OLE color: 2824580.

HSL color Cylindrical-coordinate representation of color #84192B: hue angle of 349.91º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84192B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1322543-
CMYK00.810.670.48
HSL349.91º68.15%30.78%-
HSV(B)349.91º81.06%51.76%-
XYZ10.35.782.86-
YUV59.04118.95180.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=66%
G=12.5%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132254300.810.670.48349.9168.1530.78
Hex84192B051433015e441f
Octal204315301211036053610437
Binary1000010011001101011010100011000011110000101011110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84192B; }

 p { color: rgb(132,25,43); }

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

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

 a { background-color: rgb(132,25,43); }

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

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

 span { border-color: rgb(132,25,43); }

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