#82151C

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

Shades of Red Berry #82151C

Tints of Red Berry #82151C

Color information

#82151C (or 0x82151C) is unknown color: approx Red Berry. HEX triplet: 82, 15 and 1C. RGB value is (130,21,28). Sum of RGB (Red+Green+Blue) = 130+21+28=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82151C is #7DEAE3. Grayscale: #363636. Windows color (decimal): -8252132 or 1840514. OLE color: 1840514.

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

Color convert

RGB1302128-
CMYK00.840.780.49
HSL356.15º72.19%29.61%-
HSV(B)356.15º83.85%50.98%-
XYZ9.685.371.62-
YUV54.39113.11181.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.63%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=72.63%
G=11.73%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130212800.840.780.49356.1572.1929.61
Hex82151C0544E31164481e
Octal202253401241166154411036
Binary100000101010111100010101001001110110001101100100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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