#78151D

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

Shades of Red Berry #78151D

Tints of Red Berry #78151D

Color information

#78151D (or 0x78151D) is unknown color: approx Red Berry. HEX triplet: 78, 15 and 1D. RGB value is (120,21,29). Sum of RGB (Red+Green+Blue) = 120+21+29=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78151D is #87EAE2. Grayscale: #333333. Windows color (decimal): -8907491 or 1906040. OLE color: 1906040.

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

Color convert

RGB1202129-
CMYK00.830.760.53
HSL355.15º70.21%27.65%-
HSV(B)355.15º82.5%47.06%-
XYZ8.244.621.62-
YUV51.51115.3176.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=70.59%
G=12.35%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120212900.830.760.53355.1570.2127.65
Hex78151D0534C35163461c
Octal170253501231146554310634
Binary11110001010111101010100111001100110101101100011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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