#771D20

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

Shades of Red Berry #771D20

Tints of Red Berry #771D20

Color information

#771D20 (or 0x771D20) is unknown color: approx Red Berry. HEX triplet: 77, 1D and 20. RGB value is (119,29,32). Sum of RGB (Red+Green+Blue) = 119+29+32=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D20 is #88E2DF. Grayscale: #383838. Windows color (decimal): -8970976 or 2104695. OLE color: 2104695.

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

Color convert

RGB1192932-
CMYK00.760.730.53
HSL358º60.81%29.02%-
HSV(B)358º75.63%46.67%-
XYZ8.314.91.88-
YUV56.25114.32172.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 29 (11.72% from 255) = 16.11%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=66.11%
G=16.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119293200.760.730.5335860.8129.02
Hex771D2004C49351663d1d
Octal16735400114111655467535
Binary11101111110110000001001100100100111010110110011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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