#771329

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

Shades of Red Berry #771329

Tints of Red Berry #771329

Color information

#771329 (or 0x771329) is unknown color: approx Red Berry. HEX triplet: 77, 13 and 29. RGB value is (119,19,41). Sum of RGB (Red+Green+Blue) = 119+19+41=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #771329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771329 is #88ECD6. Grayscale: #333333. Windows color (decimal): -8973527 or 2691959. OLE color: 2691959.

HSL color Cylindrical-coordinate representation of color #771329: hue angle of 346.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771329 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1191941-
CMYK00.840.660.53
HSL346.8º72.46%27.06%-
HSV(B)346.8º84.03%46.67%-
XYZ8.244.552.54-
YUV51.41122.13176.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 41 (16.41% from 255) = 22.91%
R=66.48%
G=10.61%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119194100.840.660.53346.872.4627.06
Hex771329054423515b481b
Octal167235101241026553311033
Binary111011110011101001010101001000010110101101011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771329; }

 p { color: rgb(119,19,41); }

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

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

 a { background-color: rgb(119,19,41); }

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

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

 span { border-color: rgb(119,19,41); }

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