#771523

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

Shades of Red Berry #771523

Tints of Red Berry #771523

Color information

#771523 (or 0x771523) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 23. RGB value is (119,21,35). Sum of RGB (Red+Green+Blue) = 119+21+35=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771523 is #88EADC. Grayscale: #333333. Windows color (decimal): -8973021 or 2299255. OLE color: 2299255.

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

Color convert

RGB1192135-
CMYK00.820.710.53
HSL351.43º70%27.45%-
HSV(B)351.43º82.35%46.67%-
XYZ8.184.582.04-
YUV51.9118.47175.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 35 (14.06% from 255) = 20%
R=68%
G=12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119213500.820.710.53351.437027.45
Hex771523052473515f461b
Octal167254301221076553710633
Binary111011110101100011010100101000111110101101011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771523; }

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

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

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

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

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

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

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

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