#84132A

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

Shades of Scarlett #84132A

Tints of Scarlett #84132A

Color information

#84132A (or 0x84132A) is unknown color: approx Scarlett. HEX triplet: 84, 13 and 2A. RGB value is (132,19,42). Sum of RGB (Red+Green+Blue) = 132+19+42=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84132A is #7BECD5. Grayscale: #373737. Windows color (decimal): -8121558 or 2757508. OLE color: 2757508.

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

Color convert

RGB1321942-
CMYK00.860.680.48
HSL347.79º74.83%29.61%-
HSV(B)347.79º85.61%51.76%-
XYZ10.175.542.72-
YUV55.41120.44182.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.39%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=68.39%
G=9.84%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132194200.860.680.48347.7974.8329.61
Hex84132A056443015c4b1e
Octal204235201261046053411336
Binary1000010010011101010010101101000100110000101011100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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