#772129

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

Shades of Red Berry #772129

Tints of Red Berry #772129

Color information

#772129 (or 0x772129) is unknown color: approx Red Berry. HEX triplet: 77, 21 and 29. RGB value is (119,33,41). Sum of RGB (Red+Green+Blue) = 119+33+41=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772129 is #88DED6. Grayscale: #3B3B3B. Windows color (decimal): -8969943 or 2695543. OLE color: 2695543.

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

Color convert

RGB1193341-
CMYK00.720.660.53
HSL354.42º56.58%29.8%-
HSV(B)354.42º72.27%46.67%-
XYZ8.555.172.64-
YUV59.63117.49170.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=61.66%
G=17.10%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119334100.720.660.53354.4256.5829.8
Hex7721290484235162391e
Octal16741510110102655427136
Binary111011110000110100101001000100001011010110110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772129; }

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

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

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

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

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

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

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

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