#761316

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

Shades of Red Berry #761316

Tints of Red Berry #761316

Color information

#761316 (or 0x761316) is unknown color: approx Red Berry. HEX triplet: 76, 13 and 16. RGB value is (118,19,22). Sum of RGB (Red+Green+Blue) = 118+19+22=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #761316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761316 is #89ECE9. Grayscale: #313131. Windows color (decimal): -9039082 or 1446774. OLE color: 1446774.

HSL color Cylindrical-coordinate representation of color #761316: hue angle of 358.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761316 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1181922-
CMYK00.840.810.54
HSL358.18º72.26%26.86%-
HSV(B)358.18º83.9%46.27%-
XYZ7.854.381.19-
YUV48.94112.8177.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.21%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=74.21%
G=11.95%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118192200.840.810.54358.1872.2626.86
Hex7613160545136166481b
Octal166232601241216654611033
Binary11101101001110110010101001010001110110101100110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761316; }

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

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

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

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

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

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

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

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