#77191A

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

Shades of Red Berry #77191A

Tints of Red Berry #77191A

Color information

#77191A (or 0x77191A) is unknown color: approx Red Berry. HEX triplet: 77, 19 and 1A. RGB value is (119,25,26). Sum of RGB (Red+Green+Blue) = 119+25+26=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77191A is #88E6E5. Grayscale: #353535. Windows color (decimal): -8972006 or 1710455. OLE color: 1710455.

HSL color Cylindrical-coordinate representation of color #77191A: hue angle of 359.36º 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 #77191A is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1192526-
CMYK00.790.780.53
HSL359.36º65.28%28.24%-
HSV(B)359.36º78.99%46.67%-
XYZ8.144.691.45-
YUV53.22112.64174.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=70%
G=14.71%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119252600.790.780.53359.3665.2828.24
Hex77191A04F4E35167411c
Octal167313201171166554710134
Binary11101111100111010010011111001110110101101100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77191A; }

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

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

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

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

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

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

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

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