#771517

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

Shades of Red Berry #771517

Tints of Red Berry #771517

Color information

#771517 (or 0x771517) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 17. RGB value is (119,21,23). Sum of RGB (Red+Green+Blue) = 119+21+23=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #771517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771517 is #88EAE8. Grayscale: #323232. Windows color (decimal): -8973033 or 1512823. OLE color: 1512823.

HSL color Cylindrical-coordinate representation of color #771517: hue angle of 358.78º 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 #771517 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1192123-
CMYK00.820.810.53
HSL358.78º70%27.45%-
HSV(B)358.78º82.35%46.67%-
XYZ8.034.521.26-
YUV50.53112.47176.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=73.01%
G=12.88%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119212300.820.810.53358.787027.45
Hex7715170525135167461b
Octal167252701221216554710633
Binary11101111010110111010100101010001110101101100111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771517; }

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

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

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

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

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

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

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

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