#771126

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

Shades of Red Berry #771126

Tints of Red Berry #771126

Color information

#771126 (or 0x771126) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 26. RGB value is (119,17,38). Sum of RGB (Red+Green+Blue) = 119+17+38=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #771126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771126 is #88EED9. Grayscale: #313131. Windows color (decimal): -8974042 or 2494839. OLE color: 2494839.

HSL color Cylindrical-coordinate representation of color #771126: hue angle of 347.65º 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 #771126 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1191738-
CMYK00.860.680.53
HSL347.65º75%26.67%-
HSV(B)347.65º85.71%46.67%-
XYZ8.164.462.27-
YUV49.89121.29177.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=68.39%
G=9.77%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119173800.860.680.53347.657526.67
Hex771126056443515c4b1b
Octal167214601261046553411333
Binary111011110001100110010101101000100110101101011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771126; }

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

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

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

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

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

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

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

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