#82132A

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

Shades of Scarlett #82132A

Tints of Scarlett #82132A

Color information

#82132A (or 0x82132A) is unknown color: approx Scarlett. HEX triplet: 82, 13 and 2A. RGB value is (130,19,42). Sum of RGB (Red+Green+Blue) = 130+19+42=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82132A is #7DECD5. Grayscale: #363636. Windows color (decimal): -8252630 or 2757506. OLE color: 2757506.

HSL color Cylindrical-coordinate representation of color #82132A: hue angle of 347.57º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82132A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1301942-
CMYK00.850.680.49
HSL347.57º74.5%29.22%-
HSV(B)347.57º85.38%50.98%-
XYZ9.865.382.71-
YUV54.81120.77181.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=68.06%
G=9.95%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130194200.850.680.49347.5774.529.22
Hex82132A055443115c4a1d
Octal202235201251046153411235
Binary1000001010011101010010101011000100110001101011100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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