Html Css Color HEX #771D2B Red Berry

📋 copy color: '#771D2B'

red 119 ◦ green 29 ◦ blue 43

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

Shades of Red Berry #771D2B

Tints of Red Berry #771D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 62.3%
G = 15.18%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#771D2B (or 0x771D2B) is known color: Red Berry. HEX triplet: 77, 1D and 2B. RGB value is (119,29,43). Sum of RGB (Red+Green+Blue) = 119+29+43=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D2B is #88E2D4. Grayscale: #393939. Windows color (decimal): -8970965 or 2825591. OLE color: 2825591.

HSL color Cylindrical-coordinate representation of color #771D2B: hue angle of 350.67º 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 #771D2B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 43 -
CMYK 0 0.76 0.64 0.53
HSL 350.67º 0.61% 0.29% -
HSV(B) 350.67º 0.76% 0.47% -
XYZ 8.48 4.98 2.8 -
YUV 57.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 119 29 43 0 0.76 0.64 0.53 350.67 0.61 0.29
Hex 77 1D 2B 0 4C 40 35 15F 3D 1D
Octal 167 35 53 0 114 100 65 537 75 35
Binary 1110111 11101 101011 0 1001100 1000000 110101 101011111 111101 11101

Color Harmonies of #771D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D2B

Black with #771D2B

Text Example


Text Example

White with #771D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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