#82172F

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

Shades of Scarlett #82172F

Tints of Scarlett #82172F

Color information

#82172F (or 0x82172F) is unknown color: approx Scarlett. HEX triplet: 82, 17 and 2F. RGB value is (130,23,47). Sum of RGB (Red+Green+Blue) = 130+23+47=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #82172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82172F is #7DE8D0. Grayscale: #393939. Windows color (decimal): -8251601 or 3086210. OLE color: 3086210.

HSL color Cylindrical-coordinate representation of color #82172F: hue angle of 346.54º 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 #82172F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1302347-
CMYK00.820.640.49
HSL346.54º69.93%30%-
HSV(B)346.54º82.31%50.98%-
XYZ10.035.563.23-
YUV57.73121.95179.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=65%
G=11.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130234700.820.640.49346.5469.9330
Hex82172F052403115b461e
Octal202275701221006153310636
Binary1000001010111101111010100101000000110001101011011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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