#76161D

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

Shades of Red Berry #76161D

Tints of Red Berry #76161D

Color information

#76161D (or 0x76161D) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 1D. RGB value is (118,22,29). Sum of RGB (Red+Green+Blue) = 118+22+29=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76161D is #89E9E2. Grayscale: #333333. Windows color (decimal): -9038307 or 1906294. OLE color: 1906294.

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

Color convert

RGB1182229-
CMYK00.810.750.54
HSL355.62º68.57%27.45%-
HSV(B)355.62º81.36%46.27%-
XYZ7.984.511.61-
YUV51.5115.3175.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=69.82%
G=13.02%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118222900.810.750.54355.6268.5727.45
Hex76161D0514B36164451b
Octal166263501211136654410533
Binary11101101011011101010100011001011110110101100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76161D; }

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

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

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

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

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

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

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

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