#771628

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

Shades of Red Berry #771628

Tints of Red Berry #771628

Color information

#771628 (or 0x771628) is unknown color: approx Red Berry. HEX triplet: 77, 16 and 28. RGB value is (119,22,40). Sum of RGB (Red+Green+Blue) = 119+22+40=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #771628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771628 is #88E9D7. Grayscale: #353535. Windows color (decimal): -8972760 or 2627191. OLE color: 2627191.

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

Color convert

RGB1192240-
CMYK00.820.660.53
HSL348.87º68.79%27.65%-
HSV(B)348.87º81.51%46.67%-
XYZ8.284.652.47-
YUV53.06120.64175.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=65.75%
G=12.15%
B=22.10%

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
Decimal119224000.820.660.53348.8768.7927.65
Hex771628052423515d451c
Octal167265001221026553510534
Binary111011110110101000010100101000010110101101011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771628; }

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

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

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

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

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

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

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

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