#771029

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

Shades of Red Berry #771029

Tints of Red Berry #771029

Color information

#771029 (or 0x771029) is unknown color: approx Red Berry. HEX triplet: 77, 10 and 29. RGB value is (119,16,41). Sum of RGB (Red+Green+Blue) = 119+16+41=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771029 is #88EFD6. Grayscale: #313131. Windows color (decimal): -8974295 or 2691191. OLE color: 2691191.

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

Color convert

RGB1191641-
CMYK00.870.660.53
HSL345.44º76.3%26.47%-
HSV(B)345.44º86.55%46.67%-
XYZ8.194.452.53-
YUV49.65123.12177.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=67.61%
G=9.09%
B=23.30%

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
Decimal119164100.870.660.53345.4476.326.47
Hex77102905742351594c1a
Octal167205101271026553111432
Binary111011110000101001010101111000010110101101011001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771029; }

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

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

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

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

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

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

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

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