#82181F

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

Shades of Red Berry #82181F

Tints of Red Berry #82181F

Color information

#82181F (or 0x82181F) is unknown color: approx Red Berry. HEX triplet: 82, 18 and 1F. RGB value is (130,24,31). Sum of RGB (Red+Green+Blue) = 130+24+31=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82181F is #7DE7E0. Grayscale: #383838. Windows color (decimal): -8251361 or 2037890. OLE color: 2037890.

HSL color Cylindrical-coordinate representation of color #82181F: hue angle of 356.04º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82181F is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1302431-
CMYK00.820.760.49
HSL356.04º68.83%30.2%-
HSV(B)356.04º81.54%50.98%-
XYZ9.785.51.84-
YUV56.49113.62180.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=70.27%
G=12.97%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130243100.820.760.49356.0468.8330.2
Hex82181F0524C31164451e
Octal202303701221146154410536
Binary100000101100011111010100101001100110001101100100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82181F; }

 p { color: rgb(130,24,31); }

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

<style>
 a { background-color: #82181F; }

 a { background-color: rgb(130,24,31); }

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

<style>
 span { border-color: #82181F; }

 span { border-color: rgb(130,24,31); }

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