#781F26

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

Shades of Red Berry #781F26

Tints of Red Berry #781F26

Color information

#781F26 (or 0x781F26) is unknown color: approx Red Berry. HEX triplet: 78, 1F and 26. RGB value is (120,31,38). Sum of RGB (Red+Green+Blue) = 120+31+38=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #781F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F26 is #87E0D9. Grayscale: #3A3A3A. Windows color (decimal): -8904922 or 2498424. OLE color: 2498424.

HSL color Cylindrical-coordinate representation of color #781F26: hue angle of 355.28º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F26 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1203138-
CMYK00.740.680.53
HSL355.28º58.94%29.61%-
HSV(B)355.28º74.17%47.06%-
XYZ8.595.112.37-
YUV58.41116.49171.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 31 (12.5% from 255) = 16.40%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=63.49%
G=16.40%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120313800.740.680.53355.2858.9429.61
Hex781F2604A44351633b1e
Octal17037460112104655437336
Binary11110001111110011001001010100010011010110110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,31,38); }

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

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

 a { background-color: rgb(120,31,38); }

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

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

 span { border-color: rgb(120,31,38); }

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