#771516

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

Shades of Red Berry #771516

Tints of Red Berry #771516

Color information

#771516 (or 0x771516) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 16. RGB value is (119,21,22). Sum of RGB (Red+Green+Blue) = 119+21+22=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #771516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771516 is #88EAE9. Grayscale: #323232. Windows color (decimal): -8973034 or 1447287. OLE color: 1447287.

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

Color convert

RGB1192122-
CMYK00.820.820.53
HSL359.39º70%27.45%-
HSV(B)359.39º82.35%46.67%-
XYZ8.024.521.21-
YUV50.42111.97176.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=73.46%
G=12.96%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119212200.820.820.53359.397027.45
Hex7715160525235167461b
Octal167252601221226554710633
Binary11101111010110110010100101010010110101101100111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771516; }

 p { color: rgb(119,21,22); }

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

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

 a { background-color: rgb(119,21,22); }

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

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

 span { border-color: rgb(119,21,22); }

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