#77181C

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

Shades of Red Berry #77181C

Tints of Red Berry #77181C

Color information

#77181C (or 0x77181C) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 1C. RGB value is (119,24,28). Sum of RGB (Red+Green+Blue) = 119+24+28=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77181C is #88E7E3. Grayscale: #343434. Windows color (decimal): -8972260 or 1841271. OLE color: 1841271.

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

Color convert

RGB1192428-
CMYK00.800.760.53
HSL357.47º66.43%28.04%-
HSV(B)357.47º79.83%46.67%-
XYZ8.144.661.57-
YUV52.86113.97175.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=69.59%
G=14.04%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119242800.800.760.53357.4766.4328.04
Hex77181C0504C35165421c
Octal167303401201146554510234
Binary11101111100011100010100001001100110101101100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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