#78192D

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

Shades of Red Berry #78192D

Tints of Red Berry #78192D

Color information

#78192D (or 0x78192D) is unknown color: approx Red Berry. HEX triplet: 78, 19 and 2D. RGB value is (120,25,45). Sum of RGB (Red+Green+Blue) = 120+25+45=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78192D is #87E6D2. Grayscale: #373737. Windows color (decimal): -8906451 or 2955640. OLE color: 2955640.

HSL color Cylindrical-coordinate representation of color #78192D: hue angle of 347.37º 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 #78192D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1202545-
CMYK00.790.630.53
HSL347.37º65.52%28.43%-
HSV(B)347.37º79.17%47.06%-
XYZ8.574.882.97-
YUV55.68121.97173.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=63.16%
G=13.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120254500.790.630.53347.3765.5228.43
Hex78192D04F3F3515b421c
Octal17031550117776553310234
Binary11110001100110110101001111111111110101101011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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