#78191E

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

Shades of Red Berry #78191E

Tints of Red Berry #78191E

Color information

#78191E (or 0x78191E) is unknown color: approx Red Berry. HEX triplet: 78, 19 and 1E. RGB value is (120,25,30). Sum of RGB (Red+Green+Blue) = 120+25+30=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #78191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78191E is #87E6E1. Grayscale: #363636. Windows color (decimal): -8906466 or 1972600. OLE color: 1972600.

HSL color Cylindrical-coordinate representation of color #78191E: hue angle of 356.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78191E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1202530-
CMYK00.790.750.53
HSL356.84º65.52%28.43%-
HSV(B)356.84º79.17%47.06%-
XYZ8.334.781.71-
YUV53.97114.47175.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=68.57%
G=14.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120253000.790.750.53356.8465.5228.43
Hex78191E04F4B35165421c
Octal170313601171136554510234
Binary11110001100111110010011111001011110101101100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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