#82191B

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

Shades of Red Berry #82191B

Tints of Red Berry #82191B

Color information

#82191B (or 0x82191B) is unknown color: approx Red Berry. HEX triplet: 82, 19 and 1B. RGB value is (130,25,27). Sum of RGB (Red+Green+Blue) = 130+25+27=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #82191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82191B is #7DE6E4. Grayscale: #383838. Windows color (decimal): -8251109 or 1776002. OLE color: 1776002.

HSL color Cylindrical-coordinate representation of color #82191B: hue angle of 358.86º 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 #82191B is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1302527-
CMYK00.810.790.49
HSL358.86º67.74%30.39%-
HSV(B)358.86º80.77%50.98%-
XYZ9.755.521.59-
YUV56.62111.29180.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.43%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=71.43%
G=13.74%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130252700.810.790.49358.8667.7430.39
Hex82191B0514F31167441e
Octal202313301211176154710436
Binary100000101100111011010100011001111110001101100111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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