#821618

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

Shades of Red Berry #821618

Tints of Red Berry #821618

Color information

#821618 (or 0x821618) is unknown color: approx Red Berry. HEX triplet: 82, 16 and 18. RGB value is (130,22,24). Sum of RGB (Red+Green+Blue) = 130+22+24=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #821618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821618 is #7DE9E7. Grayscale: #363636. Windows color (decimal): -8251880 or 1578626. OLE color: 1578626.

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

Color convert

RGB1302224-
CMYK00.830.820.49
HSL358.89º71.05%29.8%-
HSV(B)358.89º83.08%50.98%-
XYZ9.665.391.39-
YUV54.52110.78181.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.86%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=73.86%
G=12.5%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130222400.830.820.49358.8971.0529.8
Hex8216180535231167471e
Octal202263001231226154710736
Binary100000101011011000010100111010010110001101100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821618; }

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

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

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

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

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

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

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

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