#77181D

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

Shades of Red Berry #77181D

Tints of Red Berry #77181D

Color information

#77181D (or 0x77181D) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 1D. RGB value is (119,24,29). Sum of RGB (Red+Green+Blue) = 119+24+29=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77181D is #88E7E2. Grayscale: #353535. Windows color (decimal): -8972259 or 1906807. OLE color: 1906807.

HSL color Cylindrical-coordinate representation of color #77181D: hue angle of 356.84º 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 #77181D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1192429-
CMYK00.800.760.53
HSL356.84º66.43%28.04%-
HSV(B)356.84º79.83%46.67%-
XYZ8.164.661.63-
YUV52.97114.47175.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=69.19%
G=13.95%
B=16.86%

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
Decimal119242900.800.760.53356.8466.4328.04
Hex77181D0504C35165421c
Octal167303501201146554510234
Binary11101111100011101010100001001100110101101100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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