#78131A

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

Shades of Red Berry #78131A

Tints of Red Berry #78131A

Color information

#78131A (or 0x78131A) is unknown color: approx Red Berry. HEX triplet: 78, 13 and 1A. RGB value is (120,19,26). Sum of RGB (Red+Green+Blue) = 120+19+26=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78131A is #87ECE5. Grayscale: #323232. Windows color (decimal): -8908006 or 1708920. OLE color: 1708920.

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

Color convert

RGB1201926-
CMYK00.840.780.53
HSL355.84º72.66%27.25%-
HSV(B)355.84º84.17%47.06%-
XYZ8.174.531.42-
YUV50114.46177.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=72.73%
G=11.52%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120192600.840.780.53355.8472.6627.25
Hex78131A0544E35164491b
Octal170233201241166554411133
Binary11110001001111010010101001001110110101101100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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