#771E1F

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

Shades of Red Berry #771E1F

Tints of Red Berry #771E1F

Color information

#771E1F (or 0x771E1F) is unknown color: approx Red Berry. HEX triplet: 77, 1E and 1F. RGB value is (119,30,31). Sum of RGB (Red+Green+Blue) = 119+30+31=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E1F is #88E1E0. Grayscale: #383838. Windows color (decimal): -8970721 or 2039415. OLE color: 2039415.

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

Color convert

RGB1193031-
CMYK00.750.740.53
HSL359.33º59.73%29.22%-
HSV(B)359.33º74.79%46.67%-
XYZ8.324.951.81-
YUV56.72113.49172.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=66.11%
G=16.67%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119303100.750.740.53359.3359.7329.22
Hex771E1F04B4A351673c1d
Octal16736370113112655477435
Binary1110111111101111101001011100101011010110110011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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