#771013

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

Shades of Red Berry #771013

Tints of Red Berry #771013

Color information

#771013 (or 0x771013) is unknown color: approx Red Berry. HEX triplet: 77, 10 and 13. RGB value is (119,16,19). Sum of RGB (Red+Green+Blue) = 119+16+19=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #771013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771013 is #88EFEC. Grayscale: #2F2F2F. Windows color (decimal): -8974317 or 1249399. OLE color: 1249399.

HSL color Cylindrical-coordinate representation of color #771013: hue angle of 358.25º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771013 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1191619-
CMYK00.870.840.53
HSL358.25º76.3%26.47%-
HSV(B)358.25º86.55%46.67%-
XYZ7.914.341.04-
YUV47.14112.12179.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.27%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=77.27%
G=10.39%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119161900.870.840.53358.2576.326.47
Hex77101305754351664c1a
Octal167202301271246554611432
Binary11101111000010011010101111010100110101101100110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771013; }

 p { color: rgb(119,16,19); }

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

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

 a { background-color: rgb(119,16,19); }

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

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

 span { border-color: rgb(119,16,19); }

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