#771518

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

Shades of Red Berry #771518

Tints of Red Berry #771518

Color information

#771518 (or 0x771518) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 18. RGB value is (119,21,24). Sum of RGB (Red+Green+Blue) = 119+21+24=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #771518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771518 is #88EAE7. Grayscale: #323232. Windows color (decimal): -8973032 or 1578359. OLE color: 1578359.

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

Color convert

RGB1192124-
CMYK00.820.800.53
HSL358.16º70%27.45%-
HSV(B)358.16º82.35%46.67%-
XYZ8.044.521.31-
YUV50.64112.97176.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.56%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=72.56%
G=12.80%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119212400.820.800.53358.167027.45
Hex7715180525035166461b
Octal167253001221206554610633
Binary11101111010111000010100101010000110101101100110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771518; }

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

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

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

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

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

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

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

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