#76151D

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

Shades of Red Berry #76151D

Tints of Red Berry #76151D

Color information

#76151D (or 0x76151D) is unknown color: approx Red Berry. HEX triplet: 76, 15 and 1D. RGB value is (118,21,29). Sum of RGB (Red+Green+Blue) = 118+21+29=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76151D is #89EAE2. Grayscale: #323232. Windows color (decimal): -9038563 or 1906038. OLE color: 1906038.

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

Color convert

RGB1182129-
CMYK00.820.750.54
HSL355.05º69.78%27.25%-
HSV(B)355.05º82.2%46.27%-
XYZ7.964.481.61-
YUV50.91115.64175.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.24%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=70.24%
G=12.5%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118212900.820.750.54355.0569.7827.25
Hex76151D0524B36163461b
Octal166253501221136654310633
Binary11101101010111101010100101001011110110101100011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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