#781315

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

Shades of Red Berry #781315

Tints of Red Berry #781315

Color information

#781315 (or 0x781315) is unknown color: approx Red Berry. HEX triplet: 78, 13 and 15. RGB value is (120,19,21). Sum of RGB (Red+Green+Blue) = 120+19+21=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781315 is #87ECEA. Grayscale: #313131. Windows color (decimal): -8908011 or 1381240. OLE color: 1381240.

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

Color convert

RGB1201921-
CMYK00.840.830.53
HSL358.81º72.66%27.25%-
HSV(B)358.81º84.17%47.06%-
XYZ8.114.511.15-
YUV49.43111.96178.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=75%
G=11.88%
B=13.12%

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
Decimal120192100.840.830.53358.8172.6627.25
Hex7813150545335167491b
Octal170232501241236554711133
Binary11110001001110101010101001010011110101101100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781315; }

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

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

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

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

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

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

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

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