Html Css Color HEX #771429 Red Berry

📋 copy color: '#771429'

red 119 ◦ green 20 ◦ blue 41

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

Shades of Red Berry #771429

Tints of Red Berry #771429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 66.11%
G = 11.11%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771429 (or 0x771429) is known color: Red Berry. HEX triplet: 77, 14 and 29. RGB value is (119,20,41). Sum of RGB (Red+Green+Blue) = 119+20+41=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771429 is #88EBD6. Grayscale: #343434. Windows color (decimal): -8973271 or 2692215. OLE color: 2692215.

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

Color convert

RGB 119 20 41 -
CMYK 0 0.83 0.66 0.53
HSL 347.27º 0.71% 0.27% -
HSV(B) 347.27º 0.83% 0.47% -
XYZ 8.26 4.58 2.55 -
YUV 52 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 119 20 41 0 0.83 0.66 0.53 347.27 0.71 0.27
Hex 77 14 29 0 53 42 35 15B 47 1B
Octal 167 24 51 0 123 102 65 533 107 33
Binary 1110111 10100 101001 0 1010011 1000010 110101 101011011 1000111 11011

Color Harmonies of #771429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771429

Black with #771429

Text Example


Text Example

White with #771429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771429; }

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

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

background-color css

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

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

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

border-color css

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

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

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