#781E26

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

Shades of Red Berry #781E26

Tints of Red Berry #781E26

Color information

#781E26 (or 0x781E26) is unknown color: approx Red Berry. HEX triplet: 78, 1E and 26. RGB value is (120,30,38). Sum of RGB (Red+Green+Blue) = 120+30+38=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E26 is #87E1D9. Grayscale: #393939. Windows color (decimal): -8905178 or 2498168. OLE color: 2498168.

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

Color convert

RGB1203038-
CMYK00.750.680.53
HSL354.67º60%29.41%-
HSV(B)354.67º75%47.06%-
XYZ8.565.062.36-
YUV57.82116.82172.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=63.83%
G=15.96%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120303800.750.680.53354.676029.41
Hex781E2604B44351633c1d
Octal17036460113104655437435
Binary11110001111010011001001011100010011010110110001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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