#771019

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

Shades of Red Berry #771019

Tints of Red Berry #771019

Color information

#771019 (or 0x771019) is unknown color: approx Red Berry. HEX triplet: 77, 10 and 19. RGB value is (119,16,25). Sum of RGB (Red+Green+Blue) = 119+16+25=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #771019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771019 is #88EFE6. Grayscale: #2F2F2F. Windows color (decimal): -8974311 or 1642615. OLE color: 1642615.

HSL color Cylindrical-coordinate representation of color #771019: hue angle of 354.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771019 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1191625-
CMYK00.870.790.53
HSL354.76º76.3%26.47%-
HSV(B)354.76º86.55%46.67%-
XYZ7.974.361.34-
YUV47.82115.12178.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=74.38%
G=10%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119162500.870.790.53354.7676.326.47
Hex7710190574F351634c1a
Octal167203101271176554311432
Binary11101111000011001010101111001111110101101100011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771019; }

 p { color: rgb(119,16,25); }

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

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

 a { background-color: rgb(119,16,25); }

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

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

 span { border-color: rgb(119,16,25); }

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