#82191E

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

Shades of Red Berry #82191E

Tints of Red Berry #82191E

Color information

#82191E (or 0x82191E) is unknown color: approx Red Berry. HEX triplet: 82, 19 and 1E. RGB value is (130,25,30). Sum of RGB (Red+Green+Blue) = 130+25+30=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82191E is #7DE6E1. Grayscale: #393939. Windows color (decimal): -8251106 or 1972610. OLE color: 1972610.

HSL color Cylindrical-coordinate representation of color #82191E: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82191E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1302530-
CMYK00.810.770.49
HSL357.14º67.74%30.39%-
HSV(B)357.14º80.77%50.98%-
XYZ9.795.531.78-
YUV56.96112.79180.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=70.27%
G=13.51%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130253000.810.770.49357.1467.7430.39
Hex82191E0514D31165441e
Octal202313601211156154510436
Binary100000101100111110010100011001101110001101100101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82191E; }

 p { color: rgb(130,25,30); }

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

<style>
 a { background-color: #82191E; }

 a { background-color: rgb(130,25,30); }

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

<style>
 span { border-color: #82191E; }

 span { border-color: rgb(130,25,30); }

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