#771328

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

Shades of Red Berry #771328

Tints of Red Berry #771328

Color information

#771328 (or 0x771328) is unknown color: approx Red Berry. HEX triplet: 77, 13 and 28. RGB value is (119,19,40). Sum of RGB (Red+Green+Blue) = 119+19+40=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771328 is #88ECD7. Grayscale: #333333. Windows color (decimal): -8973528 or 2626423. OLE color: 2626423.

HSL color Cylindrical-coordinate representation of color #771328: hue angle of 347.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771328 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1191940-
CMYK00.840.660.53
HSL347.4º72.46%27.06%-
HSV(B)347.4º84.03%46.67%-
XYZ8.224.542.45-
YUV51.29121.63176.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=66.85%
G=10.67%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119194000.840.660.53347.472.4627.06
Hex771328054423515b481b
Octal167235001241026553311033
Binary111011110011101000010101001000010110101101011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771328; }

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

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

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

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

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

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

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

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