#821A1B

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

Shades of Red Berry #821A1B

Tints of Red Berry #821A1B

Color information

#821A1B (or 0x821A1B) is unknown color: approx Red Berry. HEX triplet: 82, 1A and 1B. RGB value is (130,26,27). Sum of RGB (Red+Green+Blue) = 130+26+27=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #821A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A1B is #7DE5E4. Grayscale: #393939. Windows color (decimal): -8250853 or 1776258. OLE color: 1776258.

HSL color Cylindrical-coordinate representation of color #821A1B: hue angle of 359.42º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A1B is Cyan = 0, Magento = 0.8, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1302627-
CMYK00.80.790.49
HSL359.42º66.67%30.59%-
HSV(B)359.42º80%50.98%-
XYZ9.775.561.6-
YUV57.21110.96179.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=71.04%
G=14.21%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130262700.80.790.49359.4266.6730.59
Hex821A1B0504F31167431f
Octal202323301201176154710337
Binary100000101101011011010100001001111110001101100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821A1B; }

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

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

<style>
 a { background-color: #821A1B; }

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

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

<style>
 span { border-color: #821A1B; }

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

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