#82161A

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

Shades of Red Berry #82161A

Tints of Red Berry #82161A

Color information

#82161A (or 0x82161A) is unknown color: approx Red Berry. HEX triplet: 82, 16 and 1A. RGB value is (130,22,26). Sum of RGB (Red+Green+Blue) = 130+22+26=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82161A is #7DE9E5. Grayscale: #363636. Windows color (decimal): -8251878 or 1709698. OLE color: 1709698.

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

Color convert

RGB1302226-
CMYK00.830.80.49
HSL357.78º71.05%29.8%-
HSV(B)357.78º83.08%50.98%-
XYZ9.685.391.51-
YUV54.75111.78181.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=73.03%
G=12.36%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130222600.830.80.49357.7871.0529.8
Hex82161A0535031166471e
Octal202263201231206154610736
Binary100000101011011010010100111010000110001101100110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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