Html Css Color HEX #771A2D Red Berry

📋 copy color: '#771A2D'

red 119 ◦ green 26 ◦ blue 45

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

Shades of Red Berry #771A2D

Tints of Red Berry #771A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.68%

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 62.63%
G = 13.68%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#771A2D (or 0x771A2D) is known color: Red Berry. HEX triplet: 77, 1A and 2D. RGB value is (119,26,45). Sum of RGB (Red+Green+Blue) = 119+26+45=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2D is #88E5D2. Grayscale: #373737. Windows color (decimal): -8971731 or 2955895. OLE color: 2955895.

HSL color Cylindrical-coordinate representation of color #771A2D: hue angle of 347.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A2D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 45 -
CMYK 0 0.78 0.62 0.53
HSL 347.74º 0.64% 0.28% -
HSV(B) 347.74º 0.78% 0.47% -
XYZ 8.45 4.85 2.97 -
YUV 55.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 119 26 45 0 0.78 0.62 0.53 347.74 0.64 0.28
Hex 77 1A 2D 0 4E 3E 35 15C 40 1C
Octal 167 32 55 0 116 76 65 534 100 34
Binary 1110111 11010 101101 0 1001110 111110 110101 101011100 1000000 11100

Color Harmonies of #771A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A2D

Black with #771A2D

Text Example


Text Example

White with #771A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,45); }

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

background-color css

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

 a { background-color: rgb(119,26,45); }

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

border-color css

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

 span { border-color: rgb(119,26,45); }

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