#82172A

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

Shades of Scarlett #82172A

Tints of Scarlett #82172A

Color information

#82172A (or 0x82172A) is unknown color: approx Scarlett. HEX triplet: 82, 17 and 2A. RGB value is (130,23,42). Sum of RGB (Red+Green+Blue) = 130+23+42=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82172A is #7DE8D5. Grayscale: #393939. Windows color (decimal): -8251606 or 2758530. OLE color: 2758530.

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

Color convert

RGB1302342-
CMYK00.820.680.49
HSL349.35º69.93%30%-
HSV(B)349.35º82.31%50.98%-
XYZ9.935.532.73-
YUV57.16119.45179.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=66.67%
G=11.79%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130234200.820.680.49349.3569.9330
Hex82172A052443115d461e
Octal202275201221046153510636
Binary1000001010111101010010100101000100110001101011101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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