#77111F

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

Shades of Red Berry #77111F

Tints of Red Berry #77111F

Color information

#77111F (or 0x77111F) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 1F. RGB value is (119,17,31). Sum of RGB (Red+Green+Blue) = 119+17+31=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77111F is #88EEE0. Grayscale: #313131. Windows color (decimal): -8974049 or 2036087. OLE color: 2036087.

HSL color Cylindrical-coordinate representation of color #77111F: hue angle of 351.76º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77111F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1191731-
CMYK00.860.740.53
HSL351.76º75%26.67%-
HSV(B)351.76º85.71%46.67%-
XYZ8.064.421.73-
YUV49.09117.79177.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.26%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=71.26%
G=10.18%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119173100.860.740.53351.767526.67
Hex77111F0564A351604b1b
Octal167213701261126554011333
Binary11101111000111111010101101001010110101101100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77111F; }

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

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

<style>
 a { background-color: #77111F; }

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

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

<style>
 span { border-color: #77111F; }

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

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