#76161E

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

Shades of Red Berry #76161E

Tints of Red Berry #76161E

Color information

#76161E (or 0x76161E) is unknown color: approx Red Berry. HEX triplet: 76, 16 and 1E. RGB value is (118,22,30). Sum of RGB (Red+Green+Blue) = 118+22+30=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76161E is #89E9E1. Grayscale: #333333. Windows color (decimal): -9038306 or 1971830. OLE color: 1971830.

HSL color Cylindrical-coordinate representation of color #76161E: hue angle of 355º 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 #76161E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1182230-
CMYK00.810.750.54
HSL355º68.57%27.45%-
HSV(B)355º81.36%46.27%-
XYZ7.994.521.68-
YUV51.62115.8175.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=69.41%
G=12.94%
B=17.65%

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
Decimal118223000.810.750.5435568.5727.45
Hex76161E0514B36163451b
Octal166263601211136654310533
Binary11101101011011110010100011001011110110101100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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