#78161E

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

Shades of Red Berry #78161E

Tints of Red Berry #78161E

Color information

#78161E (or 0x78161E) is unknown color: approx Red Berry. HEX triplet: 78, 16 and 1E. RGB value is (120,22,30). Sum of RGB (Red+Green+Blue) = 120+22+30=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78161E is #87E9E1. Grayscale: #343434. Windows color (decimal): -8907234 or 1971832. OLE color: 1971832.

HSL color Cylindrical-coordinate representation of color #78161E: hue angle of 355.1º degrees, saturation: 0.69, 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 #78161E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1202230-
CMYK00.820.750.53
HSL355.1º69.01%27.84%-
HSV(B)355.1º81.67%47.06%-
XYZ8.274.661.69-
YUV52.21115.47176.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.77%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=69.77%
G=12.79%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120223000.820.750.53355.169.0127.84
Hex78161E0524B35163451c
Octal170263601221136554310534
Binary11110001011011110010100101001011110101101100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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