#771128

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

Shades of Red Berry #771128

Tints of Red Berry #771128

Color information

#771128 (or 0x771128) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 28. RGB value is (119,17,40). Sum of RGB (Red+Green+Blue) = 119+17+40=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771128 is #88EED7. Grayscale: #323232. Windows color (decimal): -8974040 or 2625911. OLE color: 2625911.

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

Color convert

RGB1191740-
CMYK00.860.660.53
HSL346.47º75%26.67%-
HSV(B)346.47º85.71%46.67%-
XYZ8.194.482.44-
YUV50.12122.29177.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 40 (16.02% from 255) = 22.73%
R=67.61%
G=9.66%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119174000.860.660.53346.477526.67
Hex771128056423515a4b1b
Octal167215001261026553211333
Binary111011110001101000010101101000010110101101011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771128; }

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

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

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

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

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

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

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

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