#78162B

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

Shades of Red Berry #78162B

Tints of Red Berry #78162B

Color information

#78162B (or 0x78162B) is unknown color: approx Red Berry. HEX triplet: 78, 16 and 2B. RGB value is (120,22,43). Sum of RGB (Red+Green+Blue) = 120+22+43=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78162B is #87E9D4. Grayscale: #353535. Windows color (decimal): -8907221 or 2823800. OLE color: 2823800.

HSL color Cylindrical-coordinate representation of color #78162B: hue angle of 347.14º 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 #78162B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1202243-
CMYK00.820.640.53
HSL347.14º69.01%27.84%-
HSV(B)347.14º81.67%47.06%-
XYZ8.474.742.75-
YUV53.7121.97175.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=64.86%
G=11.89%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120224300.820.640.53347.1469.0127.84
Hex78162B052403515b451c
Octal170265301221006553310534
Binary111100010110101011010100101000000110101101011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78162B; }

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

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

<style>
 a { background-color: #78162B; }

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

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

<style>
 span { border-color: #78162B; }

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

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