#78151A

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

Shades of Red Berry #78151A

Tints of Red Berry #78151A

Color information

#78151A (or 0x78151A) is unknown color: approx Red Berry. HEX triplet: 78, 15 and 1A. RGB value is (120,21,26). Sum of RGB (Red+Green+Blue) = 120+21+26=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78151A is #87EAE5. Grayscale: #333333. Windows color (decimal): -8907494 or 1709432. OLE color: 1709432.

HSL color Cylindrical-coordinate representation of color #78151A: hue angle of 356.97º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78151A is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1202126-
CMYK00.830.780.53
HSL356.97º70.21%27.65%-
HSV(B)356.97º82.5%47.06%-
XYZ8.24.61.43-
YUV51.17113.8177.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=71.86%
G=12.57%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120212600.830.780.53356.9770.2127.65
Hex78151A0534E35165461c
Octal170253201231166554510634
Binary11110001010111010010100111001110110101101100101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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