#771926

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

Shades of Red Berry #771926

Tints of Red Berry #771926

Color information

#771926 (or 0x771926) is unknown color: approx Red Berry. HEX triplet: 77, 19 and 26. RGB value is (119,25,38). Sum of RGB (Red+Green+Blue) = 119+25+38=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #771926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771926 is #88E6D9. Grayscale: #363636. Windows color (decimal): -8971994 or 2496887. OLE color: 2496887.

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

Color convert

RGB1192538-
CMYK00.790.680.53
HSL351.7º65.28%28.24%-
HSV(B)351.7º78.99%46.67%-
XYZ8.314.762.31-
YUV54.59118.64173.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=65.38%
G=13.74%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119253800.790.680.53351.765.2828.24
Hex77192604F4435160411c
Octal167314601171046554010134
Binary111011111001100110010011111000100110101101100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771926; }

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

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

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

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

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

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

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

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