#78131E

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

Shades of Red Berry #78131E

Tints of Red Berry #78131E

Color information

#78131E (or 0x78131E) is unknown color: approx Red Berry. HEX triplet: 78, 13 and 1E. RGB value is (120,19,30). Sum of RGB (Red+Green+Blue) = 120+19+30=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #78131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78131E is #87ECE1. Grayscale: #323232. Windows color (decimal): -8908002 or 1971064. OLE color: 1971064.

HSL color Cylindrical-coordinate representation of color #78131E: hue angle of 353.47º 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 #78131E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1201930-
CMYK00.840.750.53
HSL353.47º72.66%27.25%-
HSV(B)353.47º84.17%47.06%-
XYZ8.214.551.67-
YUV50.45116.46177.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=71.01%
G=11.24%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120193000.840.750.53353.4772.6627.25
Hex78131E0544B35161491b
Octal170233601241136554111133
Binary11110001001111110010101001001011110101101100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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