#78192C

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

Shades of Red Berry #78192C

Tints of Red Berry #78192C

Color information

#78192C (or 0x78192C) is unknown color: approx Red Berry. HEX triplet: 78, 19 and 2C. RGB value is (120,25,44). Sum of RGB (Red+Green+Blue) = 120+25+44=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78192C is #87E6D3. Grayscale: #373737. Windows color (decimal): -8906452 or 2890104. OLE color: 2890104.

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

Color convert

RGB1202544-
CMYK00.790.630.53
HSL348º65.52%28.43%-
HSV(B)348º79.17%47.06%-
XYZ8.554.872.87-
YUV55.57121.47173.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=63.49%
G=13.23%
B=23.28%

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
Decimal120254400.790.630.5334865.5228.43
Hex78192C04F3F3515c421c
Octal17031540117776553410234
Binary11110001100110110001001111111111110101101011100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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