#771521

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

Shades of Red Berry #771521

Tints of Red Berry #771521

Color information

#771521 (or 0x771521) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 21. RGB value is (119,21,33). Sum of RGB (Red+Green+Blue) = 119+21+33=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #771521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771521 is #88EADE. Grayscale: #333333. Windows color (decimal): -8973023 or 2168183. OLE color: 2168183.

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

Color convert

RGB1192133-
CMYK00.820.720.53
HSL352.65º70%27.45%-
HSV(B)352.65º82.35%46.67%-
XYZ8.154.571.89-
YUV51.67117.47176.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=68.79%
G=12.14%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119213300.820.720.53352.657027.45
Hex7715210524835161461b
Octal167254101221106554110633
Binary111011110101100001010100101001000110101101100001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771521; }

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

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

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

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

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

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

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

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