#771218

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

Shades of Red Berry #771218

Tints of Red Berry #771218

Color information

#771218 (or 0x771218) is unknown color: approx Red Berry. HEX triplet: 77, 12 and 18. RGB value is (119,18,24). Sum of RGB (Red+Green+Blue) = 119+18+24=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #771218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771218 is #88EDE7. Grayscale: #303030. Windows color (decimal): -8973800 or 1577591. OLE color: 1577591.

HSL color Cylindrical-coordinate representation of color #771218: hue angle of 356.44º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771218 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1191824-
CMYK00.850.800.53
HSL356.44º73.72%26.86%-
HSV(B)356.44º84.87%46.67%-
XYZ7.994.421.3-
YUV48.88113.96178.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=73.91%
G=11.18%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119182400.850.800.53356.4473.7226.86
Hex77121805550351644a1b
Octal167223001251206554411233
Binary11101111001011000010101011010000110101101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771218; }

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

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

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

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

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

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

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

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