#781a1e

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

Shades of Red Berry #781A1E

Tints of Red Berry #781A1E

Color information

#781A1E (or 0x781A1E) is unknown color: approx Red Berry. HEX triplet: 78, 1A and 1E. RGB value is (120,26,30). Sum of RGB (Red+Green+Blue) = 120+26+30=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A1E is #87E5E1. Grayscale: #363636. Windows color (decimal): -8906210 or 1972856. OLE color: 1972856.

HSL color Cylindrical-coordinate representation of color #781A1E: hue angle of 357.45º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A1E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1202630-
CMYK00.780.750.53
HSL357.45º64.38%28.63%-
HSV(B)357.45º78.33%47.06%-
XYZ8.354.831.72-
YUV54.56114.14174.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=68.18%
G=14.77%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120263000.780.750.53357.4564.3828.63
Hex781A1E04E4B35165401d
Octal170323601161136554510035
Binary11110001101011110010011101001011110101101100101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781a1e; }

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

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

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

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

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

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

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

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