#781314

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

Shades of Red Berry #781314

Tints of Red Berry #781314

Color information

#781314 (or 0x781314) is unknown color: approx Red Berry. HEX triplet: 78, 13 and 14. RGB value is (120,19,20). Sum of RGB (Red+Green+Blue) = 120+19+20=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781314 is #87ECEB. Grayscale: #313131. Windows color (decimal): -8908012 or 1315704. OLE color: 1315704.

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

Color convert

RGB1201920-
CMYK00.840.830.53
HSL359.41º72.66%27.25%-
HSV(B)359.41º84.17%47.06%-
XYZ8.14.511.11-
YUV49.31111.46178.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.47%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=75.47%
G=11.95%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120192000.840.830.53359.4172.6627.25
Hex7813140545335167491b
Octal170232401241236554711133
Binary11110001001110100010101001010011110101101100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781314; }

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

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

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

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

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

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

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

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