#82141D

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

Shades of Red Berry #82141D

Tints of Red Berry #82141D

Color information

#82141D (or 0x82141D) is unknown color: approx Red Berry. HEX triplet: 82, 14 and 1D. RGB value is (130,20,29). Sum of RGB (Red+Green+Blue) = 130+20+29=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82141D is #7DEBE2. Grayscale: #353535. Windows color (decimal): -8252387 or 1905794. OLE color: 1905794.

HSL color Cylindrical-coordinate representation of color #82141D: hue angle of 355.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82141D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1302029-
CMYK00.850.780.49
HSL355.09º73.33%29.41%-
HSV(B)355.09º84.62%50.98%-
XYZ9.685.331.68-
YUV53.92113.94182.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.63%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=72.63%
G=11.17%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130202900.850.780.49355.0973.3329.41
Hex82141D0554E31163491d
Octal202243501251166154311135
Binary100000101010011101010101011001110110001101100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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