#82161D

Color #82161D Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #82161D

Tints of Red Berry #82161D

Color information

#82161D (or 0x82161D) is unknown color: approx Red Berry. HEX triplet: 82, 16 and 1D. RGB value is (130,22,29). Sum of RGB (Red+Green+Blue) = 130+22+29=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82161D is #7DE9E2. Grayscale: #373737. Windows color (decimal): -8251875 or 1906306. OLE color: 1906306.

HSL color Cylindrical-coordinate representation of color #82161D: hue angle of 356.11º 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 #82161D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1302229-
CMYK00.830.780.49
HSL356.11º71.05%29.8%-
HSV(B)356.11º83.08%50.98%-
XYZ9.715.411.69-
YUV55.09113.28181.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=71.82%
G=12.15%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130222900.830.780.49356.1171.0529.8
Hex82161D0534E31164471e
Octal202263501231166154410736
Binary100000101011011101010100111001110110001101100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82161D; }

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

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

<style>
 a { background-color: #82161D; }

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

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

<style>
 span { border-color: #82161D; }

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

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