#77192a

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

Shades of Red Berry #77192A

Tints of Red Berry #77192A

Color information

#77192A (or 0x77192A) is unknown color: approx Red Berry. HEX triplet: 77, 19 and 2A. RGB value is (119,25,42). Sum of RGB (Red+Green+Blue) = 119+25+42=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77192A is #88E6D5. Grayscale: #373737. Windows color (decimal): -8971990 or 2759031. OLE color: 2759031.

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

Color convert

RGB1192542-
CMYK00.790.650.53
HSL349.15º65.28%28.24%-
HSV(B)349.15º78.99%46.67%-
XYZ8.374.782.67-
YUV55.04120.64173.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=63.98%
G=13.44%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119254200.790.650.53349.1565.2828.24
Hex77192A04F413515d411c
Octal167315201171016553510134
Binary111011111001101010010011111000001110101101011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77192a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77192a; }

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

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

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

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

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

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

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

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