#771E26

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

Shades of Red Berry #771E26

Tints of Red Berry #771E26

Color information

#771E26 (or 0x771E26) is unknown color: approx Red Berry. HEX triplet: 77, 1E and 26. RGB value is (119,30,38). Sum of RGB (Red+Green+Blue) = 119+30+38=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E26 is #88E1D9. Grayscale: #393939. Windows color (decimal): -8970714 or 2498167. OLE color: 2498167.

HSL color Cylindrical-coordinate representation of color #771E26: hue angle of 354.61º 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 #771E26 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1193038-
CMYK00.750.680.53
HSL354.61º59.73%29.22%-
HSV(B)354.61º74.79%46.67%-
XYZ8.424.992.35-
YUV57.52116.99171.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=63.64%
G=16.04%
B=20.32%

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
Decimal119303800.750.680.53354.6159.7329.22
Hex771E2604B44351633c1d
Octal16736460113104655437435
Binary11101111111010011001001011100010011010110110001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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