#77171C

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

Shades of Red Berry #77171C

Tints of Red Berry #77171C

Color information

#77171C (or 0x77171C) is unknown color: approx Red Berry. HEX triplet: 77, 17 and 1C. RGB value is (119,23,28). Sum of RGB (Red+Green+Blue) = 119+23+28=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77171C is #88E8E3. Grayscale: #343434. Windows color (decimal): -8972516 or 1841015. OLE color: 1841015.

HSL color Cylindrical-coordinate representation of color #77171C: hue angle of 356.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77171C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1192328-
CMYK00.810.760.53
HSL356.88º67.61%27.84%-
HSV(B)356.88º80.67%46.67%-
XYZ8.124.621.56-
YUV52.27114.3175.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=70%
G=13.53%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119232800.810.760.53356.8867.6127.84
Hex77171C0514C35165441c
Octal167273401211146554510434
Binary11101111011111100010100011001100110101101100101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77171C; }

 p { color: rgb(119,23,28); }

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

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

 a { background-color: rgb(119,23,28); }

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

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

 span { border-color: rgb(119,23,28); }

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