#771D2B

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

Shades of Red Berry #771D2B

Tints of Red Berry #771D2B

Color information

#771D2B (or 0x771D2B) is unknown color: approx Red Berry. HEX triplet: 77, 1D and 2B. RGB value is (119,29,43). Sum of RGB (Red+Green+Blue) = 119+29+43=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D2B is #88E2D4. Grayscale: #393939. Windows color (decimal): -8970965 or 2825591. OLE color: 2825591.

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

Color convert

RGB1192943-
CMYK00.760.640.53
HSL350.67º60.81%29.02%-
HSV(B)350.67º75.63%46.67%-
XYZ8.484.982.8-
YUV57.51119.82171.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=62.30%
G=15.18%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119294300.760.640.53350.6760.8129.02
Hex771D2B04C403515f3d1d
Octal16735530114100655377535
Binary11101111110110101101001100100000011010110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,43); }

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

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

 a { background-color: rgb(119,29,43); }

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

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

 span { border-color: rgb(119,29,43); }

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