#821718

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

Shades of Red Berry #821718

Tints of Red Berry #821718

Color information

#821718 (or 0x821718) is unknown color: approx Red Berry. HEX triplet: 82, 17 and 18. RGB value is (130,23,24). Sum of RGB (Red+Green+Blue) = 130+23+24=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #821718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821718 is #7DE8E7. Grayscale: #373737. Windows color (decimal): -8251624 or 1578882. OLE color: 1578882.

HSL color Cylindrical-coordinate representation of color #821718: hue angle of 359.44º degrees, saturation: 0.7, 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 #821718 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1302324-
CMYK00.820.820.49
HSL359.44º69.93%30%-
HSV(B)359.44º82.31%50.98%-
XYZ9.685.421.4-
YUV55.11110.45181.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.45%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=73.45%
G=12.99%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130232400.820.820.49359.4469.9330
Hex8217180525231167461e
Octal202273001221226154710636
Binary100000101011111000010100101010010110001101100111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821718; }

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

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

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

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

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

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

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

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