#771A2D

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

Shades of Red Berry #771A2D

Tints of Red Berry #771A2D

Color information

#771A2D (or 0x771A2D) is unknown color: approx Red Berry. HEX triplet: 77, 1A and 2D. RGB value is (119,26,45). Sum of RGB (Red+Green+Blue) = 119+26+45=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2D is #88E5D2. Grayscale: #373737. Windows color (decimal): -8971731 or 2955895. OLE color: 2955895.

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

Color convert

RGB1192645-
CMYK00.780.620.53
HSL347.74º64.14%28.43%-
HSV(B)347.74º78.15%46.67%-
XYZ8.454.852.97-
YUV55.97121.81172.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=62.63%
G=13.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119264500.780.620.53347.7464.1428.43
Hex771A2D04E3E3515c401c
Octal16732550116766553410034
Binary11101111101010110101001110111110110101101011100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,26,45); }

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

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

 a { background-color: rgb(119,26,45); }

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

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

 span { border-color: rgb(119,26,45); }

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