#771426

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

Shades of Red Berry #771426

Tints of Red Berry #771426

Color information

#771426 (or 0x771426) is unknown color: approx Red Berry. HEX triplet: 77, 14 and 26. RGB value is (119,20,38). Sum of RGB (Red+Green+Blue) = 119+20+38=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771426 is #88EBD9. Grayscale: #333333. Windows color (decimal): -8973274 or 2495607. OLE color: 2495607.

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

Color convert

RGB1192038-
CMYK00.830.680.53
HSL349.09º71.22%27.25%-
HSV(B)349.09º83.19%46.67%-
XYZ8.214.562.28-
YUV51.65120.3176.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=67.23%
G=11.30%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119203800.830.680.53349.0971.2227.25
Hex771426053443515d471b
Octal167244601231046553510733
Binary111011110100100110010100111000100110101101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771426; }

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

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

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

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

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

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

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

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