Html Css Color HEX #771A2A Red Berry

📋 copy color: '#771A2A'

red 119 ◦ green 26 ◦ blue 42

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

Shades of Red Berry #771A2A

Tints of Red Berry #771A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 63.64%
G = 13.9%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#771A2A (or 0x771A2A) is known color: Red Berry. HEX triplet: 77, 1A and 2A. RGB value is (119,26,42). Sum of RGB (Red+Green+Blue) = 119+26+42=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2A is #88E5D5. Grayscale: #373737. Windows color (decimal): -8971734 or 2759287. OLE color: 2759287.

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

Color convert

RGB 119 26 42 -
CMYK 0 0.78 0.65 0.53
HSL 349.68º 0.64% 0.28% -
HSV(B) 349.68º 0.78% 0.47% -
XYZ 8.4 4.83 2.68 -
YUV 55.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 119 26 42 0 0.78 0.65 0.53 349.68 0.64 0.28
Hex 77 1A 2A 0 4E 41 35 15E 40 1C
Octal 167 32 52 0 116 101 65 536 100 34
Binary 1110111 11010 101010 0 1001110 1000001 110101 101011110 1000000 11100

Color Harmonies of #771A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A2A

Black with #771A2A

Text Example


Text Example

White with #771A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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