#801316

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

Shades of Red Berry #801316

Tints of Red Berry #801316

Color information

#801316 (or 0x801316) is unknown color: approx Red Berry. HEX triplet: 80, 13 and 16. RGB value is (128,19,22). Sum of RGB (Red+Green+Blue) = 128+19+22=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #801316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801316 is #7FECE9. Grayscale: #343434. Windows color (decimal): -8383722 or 1446784. OLE color: 1446784.

HSL color Cylindrical-coordinate representation of color #801316: hue angle of 358.35º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801316 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1281922-
CMYK00.850.830.50
HSL358.35º74.15%28.82%-
HSV(B)358.35º85.16%50.2%-
XYZ9.285.111.26-
YUV51.93111.11182.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 75.74%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=75.74%
G=11.24%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128192200.850.830.50358.3574.1528.82
Hex80131605553321664a1d
Octal200232601251236254611235
Binary100000001001110110010101011010011110010101100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801316; }

 p { color: rgb(128,19,22); }

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

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

 a { background-color: rgb(128,19,22); }

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

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

 span { border-color: rgb(128,19,22); }

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