#781116

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

Shades of Red Berry #781116

Tints of Red Berry #781116

Color information

#781116 (or 0x781116) is unknown color: approx Red Berry. HEX triplet: 78, 11 and 16. RGB value is (120,17,22). Sum of RGB (Red+Green+Blue) = 120+17+22=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781116 is #87EEE9. Grayscale: #303030. Windows color (decimal): -8908522 or 1446264. OLE color: 1446264.

HSL color Cylindrical-coordinate representation of color #781116: hue angle of 357.09º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781116 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1201722-
CMYK00.860.820.53
HSL357.09º75.18%26.86%-
HSV(B)357.09º85.83%47.06%-
XYZ8.094.451.19-
YUV48.37113.12179.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.47%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=75.47%
G=10.69%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120172200.860.820.53357.0975.1826.86
Hex78111605652351654b1b
Octal170212601261226554511333
Binary11110001000110110010101101010010110101101100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781116; }

 p { color: rgb(120,17,22); }

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

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

 a { background-color: rgb(120,17,22); }

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

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

 span { border-color: rgb(120,17,22); }

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