#771522

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

Shades of Red Berry #771522

Tints of Red Berry #771522

Color information

#771522 (or 0x771522) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 22. RGB value is (119,21,34). Sum of RGB (Red+Green+Blue) = 119+21+34=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #771522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771522 is #88EADD. Grayscale: #333333. Windows color (decimal): -8973022 or 2233719. OLE color: 2233719.

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

Color convert

RGB1192134-
CMYK00.820.710.53
HSL352.04º70%27.45%-
HSV(B)352.04º82.35%46.67%-
XYZ8.164.571.97-
YUV51.78117.97175.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 34 (13.67% from 255) = 19.54%
R=68.39%
G=12.07%
B=19.54%

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
Decimal119213400.820.710.53352.047027.45
Hex7715220524735160461b
Octal167254201221076554010633
Binary111011110101100010010100101000111110101101100000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771522; }

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

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

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

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

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

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

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

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