#781126

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

Shades of Red Berry #781126

Tints of Red Berry #781126

Color information

#781126 (or 0x781126) is unknown color: approx Red Berry. HEX triplet: 78, 11 and 26. RGB value is (120,17,38). Sum of RGB (Red+Green+Blue) = 120+17+38=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781126 is #87EED9. Grayscale: #323232. Windows color (decimal): -8908506 or 2494840. OLE color: 2494840.

HSL color Cylindrical-coordinate representation of color #781126: hue angle of 347.77º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781126 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1201738-
CMYK00.860.680.53
HSL347.77º75.18%26.86%-
HSV(B)347.77º85.83%47.06%-
XYZ8.34.532.27-
YUV50.19121.12177.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=68.57%
G=9.71%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120173800.860.680.53347.7775.1826.86
Hex781126056443515c4b1b
Octal170214601261046553411333
Binary111100010001100110010101101000100110101101011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781126; }

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

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

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

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

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

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

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

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