#82162B

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

Shades of Scarlett #82162B

Tints of Scarlett #82162B

Color information

#82162B (or 0x82162B) is unknown color: approx Scarlett. HEX triplet: 82, 16 and 2B. RGB value is (130,22,43). Sum of RGB (Red+Green+Blue) = 130+22+43=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82162B is #7DE9D4. Grayscale: #383838. Windows color (decimal): -8251861 or 2823810. OLE color: 2823810.

HSL color Cylindrical-coordinate representation of color #82162B: hue angle of 348.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82162B is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1302243-
CMYK00.830.670.49
HSL348.33º71.05%29.8%-
HSV(B)348.33º83.08%50.98%-
XYZ9.935.492.82-
YUV56.69120.28180.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=66.67%
G=11.28%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130224300.830.670.49348.3371.0529.8
Hex82162B053433115c471e
Octal202265301231036153410736
Binary1000001010110101011010100111000011110001101011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82162B; }

 p { color: rgb(130,22,43); }

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

<style>
 a { background-color: #82162B; }

 a { background-color: rgb(130,22,43); }

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

<style>
 span { border-color: #82162B; }

 span { border-color: rgb(130,22,43); }

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