#82151F

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

Shades of Red Berry #82151F

Tints of Red Berry #82151F

Color information

#82151F (or 0x82151F) is unknown color: approx Red Berry. HEX triplet: 82, 15 and 1F. RGB value is (130,21,31). Sum of RGB (Red+Green+Blue) = 130+21+31=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #82151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82151F is #7DEAE0. Grayscale: #363636. Windows color (decimal): -8252129 or 2037122. OLE color: 2037122.

HSL color Cylindrical-coordinate representation of color #82151F: hue angle of 354.5º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82151F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1302131-
CMYK00.840.760.49
HSL354.5º72.19%29.61%-
HSV(B)354.5º83.85%50.98%-
XYZ9.725.381.82-
YUV54.73114.61181.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.43%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=71.43%
G=11.54%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130213100.840.760.49354.572.1929.61
Hex82151F0544C31162481e
Octal202253701241146154211036
Binary100000101010111111010101001001100110001101100010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,21,31); }

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

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

 a { background-color: rgb(130,21,31); }

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

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

 span { border-color: rgb(130,21,31); }

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