Html Css Color HEX #771129 Red Berry

📋 copy color: '#771129'

red 119 ◦ green 17 ◦ blue 41

#771129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #771129

Tints of Red Berry #771129

RGB

 RED value IS 119 (46.88% from 255) = 67.23%

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 67.23%
G = 9.6%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771129 (or 0x771129) is known color: Red Berry. HEX triplet: 77, 11 and 29. RGB value is (119,17,41). Sum of RGB (Red+Green+Blue) = 119+17+41=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771129 is #88EED6. Grayscale: #323232. Windows color (decimal): -8974039 or 2691447. OLE color: 2691447.

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

Color convert

RGB 119 17 41 -
CMYK 0 0.86 0.66 0.53
HSL 345.88º 0.75% 0.27% -
HSV(B) 345.88º 0.86% 0.47% -
XYZ 8.21 4.48 2.53 -
YUV 50.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 119 17 41 0 0.86 0.66 0.53 345.88 0.75 0.27
Hex 77 11 29 0 56 42 35 15A 4B 1B
Octal 167 21 51 0 126 102 65 532 113 33
Binary 1110111 10001 101001 0 1010110 1000010 110101 101011010 1001011 11011

Color Harmonies of #771129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771129

Black with #771129

Text Example


Text Example

White with #771129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771129; }

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

 H1.HeaderClassName
 {
   color: #771129;
 }
 .AnyTagClassName
 {
   color: #771129;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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