#77161E

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

Shades of Red Berry #77161E

Tints of Red Berry #77161E

Color information

#77161E (or 0x77161E) is unknown color: approx Red Berry. HEX triplet: 77, 16 and 1E. RGB value is (119,22,30). Sum of RGB (Red+Green+Blue) = 119+22+30=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77161E is #88E9E1. Grayscale: #333333. Windows color (decimal): -8972770 or 1971831. OLE color: 1971831.

HSL color Cylindrical-coordinate representation of color #77161E: hue angle of 355.05º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77161E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1192230-
CMYK00.820.750.53
HSL355.05º68.79%27.65%-
HSV(B)355.05º81.51%46.67%-
XYZ8.134.591.69-
YUV51.92115.64175.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=69.59%
G=12.87%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119223000.820.750.53355.0568.7927.65
Hex77161E0524B35163451c
Octal167263601221136554310534
Binary11101111011011110010100101001011110101101100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77161E; }

 p { color: rgb(119,22,30); }

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

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

 a { background-color: rgb(119,22,30); }

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

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

 span { border-color: rgb(119,22,30); }

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