#771528

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

Shades of Red Berry #771528

Tints of Red Berry #771528

Color information

#771528 (or 0x771528) is unknown color: approx Red Berry. HEX triplet: 77, 15 and 28. RGB value is (119,21,40). Sum of RGB (Red+Green+Blue) = 119+21+40=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771528 is #88EAD7. Grayscale: #343434. Windows color (decimal): -8973016 or 2626935. OLE color: 2626935.

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

Color convert

RGB1192140-
CMYK00.820.660.53
HSL348.37º70%27.45%-
HSV(B)348.37º82.35%46.67%-
XYZ8.264.612.46-
YUV52.47120.97175.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=66.11%
G=11.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119214000.820.660.53348.377027.45
Hex771528052423515c461b
Octal167255001221026553410633
Binary111011110101101000010100101000010110101101011100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771528; }

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

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

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

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

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

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

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

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