#77181E

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

Shades of Red Berry #77181E

Tints of Red Berry #77181E

Color information

#77181E (or 0x77181E) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 1E. RGB value is (119,24,30). Sum of RGB (Red+Green+Blue) = 119+24+30=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #77181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77181E is #88E7E1. Grayscale: #353535. Windows color (decimal): -8972258 or 1972343. OLE color: 1972343.

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

Color convert

RGB1192430-
CMYK00.800.750.53
HSL356.21º66.43%28.04%-
HSV(B)356.21º79.83%46.67%-
XYZ8.174.671.7-
YUV53.09114.97175.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=68.79%
G=13.87%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119243000.800.750.53356.2166.4328.04
Hex77181E0504B35164421c
Octal167303601201136554410234
Binary11101111100011110010100001001011110101101100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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