#771524

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

Shades of Red Berry #771524

Tints of Red Berry #771524

Color information

#771524 (or 0x771524) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 24. RGB value is (119,21,36). Sum of RGB (Red+Green+Blue) = 119+21+36=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771524 is #88EADB. Grayscale: #343434. Windows color (decimal): -8973020 or 2364791. OLE color: 2364791.

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

Color convert

RGB1192136-
CMYK00.820.700.53
HSL350.82º70%27.45%-
HSV(B)350.82º82.35%46.67%-
XYZ8.194.592.12-
YUV52.01118.97175.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=67.61%
G=11.93%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119213600.820.700.53350.827027.45
Hex771524052463515f461b
Octal167254401221066553710633
Binary111011110101100100010100101000110110101101011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771524; }

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

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

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

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

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

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

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

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