Html Css Color HEX #771A2B Red Berry

📋 copy color: '#771A2B'

red 119 ◦ green 26 ◦ blue 43

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

Shades of Red Berry #771A2B

Tints of Red Berry #771A2B

RGB

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

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

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

R = 63.3%
G = 13.83%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#771A2B (or 0x771A2B) is known color: Red Berry. HEX triplet: 77, 1A and 2B. RGB value is (119,26,43). Sum of RGB (Red+Green+Blue) = 119+26+43=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2B is #88E5D4. Grayscale: #373737. Windows color (decimal): -8971733 or 2824823. OLE color: 2824823.

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

Color convert

RGB 119 26 43 -
CMYK 0 0.78 0.64 0.53
HSL 349.03º 0.64% 0.28% -
HSV(B) 349.03º 0.78% 0.47% -
XYZ 8.41 4.84 2.78 -
YUV 55.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 119 26 43 0 0.78 0.64 0.53 349.03 0.64 0.28
Hex 77 1A 2B 0 4E 40 35 15D 40 1C
Octal 167 32 53 0 116 100 65 535 100 34
Binary 1110111 11010 101011 0 1001110 1000000 110101 101011101 1000000 11100

Color Harmonies of #771A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A2B

Black with #771A2B

Text Example


Text Example

White with #771A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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