#82182F

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

Shades of Scarlett #82182F

Tints of Scarlett #82182F

Color information

#82182F (or 0x82182F) is unknown color: approx Scarlett. HEX triplet: 82, 18 and 2F. RGB value is (130,24,47). Sum of RGB (Red+Green+Blue) = 130+24+47=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #82182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82182F is #7DE7D0. Grayscale: #3A3A3A. Windows color (decimal): -8251345 or 3086466. OLE color: 3086466.

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

Color convert

RGB1302447-
CMYK00.820.640.49
HSL346.98º68.83%30.2%-
HSV(B)346.98º81.54%50.98%-
XYZ10.055.63.24-
YUV58.32121.62179.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=64.68%
G=11.94%
B=23.38%

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
Decimal130244700.820.640.49346.9868.8330.2
Hex82182F052403115b451e
Octal202305701221006153310536
Binary1000001011000101111010100101000000110001101011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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