Html Css Color HEX #771D2C Red Berry

📋 copy color: '#771D2C'

red 119 ◦ green 29 ◦ blue 44

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

Shades of Red Berry #771D2C

Tints of Red Berry #771D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 61.98%
G = 15.1%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#771D2C (or 0x771D2C) is known color: Red Berry. HEX triplet: 77, 1D and 2C. RGB value is (119,29,44). Sum of RGB (Red+Green+Blue) = 119+29+44=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D2C is #88E2D3. Grayscale: #393939. Windows color (decimal): -8970964 or 2891127. OLE color: 2891127.

HSL color Cylindrical-coordinate representation of color #771D2C: hue angle of 350º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D2C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 44 -
CMYK 0 0.76 0.63 0.53
HSL 350º 0.61% 0.29% -
HSV(B) 350º 0.76% 0.47% -
XYZ 8.5 4.98 2.9 -
YUV 57.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 119 29 44 0 0.76 0.63 0.53 350 0.61 0.29
Hex 77 1D 2C 0 4C 3F 35 15E 3D 1D
Octal 167 35 54 0 114 77 65 536 75 35
Binary 1110111 11101 101100 0 1001100 111111 110101 101011110 111101 11101

Color Harmonies of #771D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D2C

Black with #771D2C

Text Example


Text Example

White with #771D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771D2C; }

 p { color: rgb(119,29,44); }

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

background-color css

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

 a { background-color: rgb(119,29,44); }

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

border-color css

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

 span { border-color: rgb(119,29,44); }

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