#771028

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

Shades of Red Berry #771028

Tints of Red Berry #771028

Color information

#771028 (or 0x771028) is unknown color: approx Red Berry. HEX triplet: 77, 10 and 28. RGB value is (119,16,40). Sum of RGB (Red+Green+Blue) = 119+16+40=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771028 is #88EFD7. Grayscale: #313131. Windows color (decimal): -8974296 or 2625655. OLE color: 2625655.

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

Color convert

RGB1191640-
CMYK00.870.660.53
HSL346.02º76.3%26.47%-
HSV(B)346.02º86.55%46.67%-
XYZ8.184.452.43-
YUV49.53122.62177.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=68%
G=9.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119164000.870.660.53346.0276.326.47
Hex771028057423515a4c1a
Octal167205001271026553211432
Binary111011110000101000010101111000010110101101011010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771028; }

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

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

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

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

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

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

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

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