#78131F

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

Shades of Red Berry #78131F

Tints of Red Berry #78131F

Color information

#78131F (or 0x78131F) is unknown color: approx Red Berry. HEX triplet: 78, 13 and 1F. RGB value is (120,19,31). Sum of RGB (Red+Green+Blue) = 120+19+31=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78131F is #87ECE0. Grayscale: #323232. Windows color (decimal): -8908001 or 2036600. OLE color: 2036600.

HSL color Cylindrical-coordinate representation of color #78131F: hue angle of 352.87º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78131F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1201931-
CMYK00.840.740.53
HSL352.87º72.66%27.25%-
HSV(B)352.87º84.17%47.06%-
XYZ8.234.561.74-
YUV50.57116.96177.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=70.59%
G=11.18%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120193100.840.740.53352.8772.6627.25
Hex78131F0544A35161491b
Octal170233701241126554111133
Binary11110001001111111010101001001010110101101100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78131F; }

 p { color: rgb(120,19,31); }

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

<style>
 a { background-color: #78131F; }

 a { background-color: rgb(120,19,31); }

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

<style>
 span { border-color: #78131F; }

 span { border-color: rgb(120,19,31); }

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