#82192A

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

Shades of Scarlett #82192A

Tints of Scarlett #82192A

Color information

#82192A (or 0x82192A) is unknown color: approx Scarlett. HEX triplet: 82, 19 and 2A. RGB value is (130,25,42). Sum of RGB (Red+Green+Blue) = 130+25+42=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82192A is #7DE6D5. Grayscale: #3A3A3A. Windows color (decimal): -8251094 or 2759042. OLE color: 2759042.

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

Color convert

RGB1302542-
CMYK00.810.680.49
HSL350.29º67.74%30.39%-
HSV(B)350.29º80.77%50.98%-
XYZ9.975.612.75-
YUV58.33118.79179.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=65.99%
G=12.69%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130254200.810.680.49350.2967.7430.39
Hex82192A051443115e441e
Octal202315201211046153610436
Binary1000001011001101010010100011000100110001101011110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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