#771E20

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

Shades of Red Berry #771E20

Tints of Red Berry #771E20

Color information

#771E20 (or 0x771E20) is unknown color: approx Red Berry. HEX triplet: 77, 1E and 20. RGB value is (119,30,32). Sum of RGB (Red+Green+Blue) = 119+30+32=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #771E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E20 is #88E1DF. Grayscale: #383838. Windows color (decimal): -8970720 or 2104951. OLE color: 2104951.

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

Color convert

RGB1193032-
CMYK00.750.730.53
HSL358.65º59.73%29.22%-
HSV(B)358.65º74.79%46.67%-
XYZ8.334.951.88-
YUV56.84113.99172.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=65.75%
G=16.57%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119303200.750.730.53358.6559.7329.22
Hex771E2004B49351673c1d
Octal16736400113111655477435
Binary11101111111010000001001011100100111010110110011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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