Html Css Color HEX #771E2A Red Berry

📋 copy color: '#771E2A'

red 119 ◦ green 30 ◦ blue 42

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

Shades of Red Berry #771E2A

Tints of Red Berry #771E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.71%

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

R = 62.3%
G = 15.71%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#771E2A (or 0x771E2A) is known color: Red Berry. HEX triplet: 77, 1E and 2A. RGB value is (119,30,42). Sum of RGB (Red+Green+Blue) = 119+30+42=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E2A is #88E1D5. Grayscale: #3A3A3A. Windows color (decimal): -8970710 or 2760311. OLE color: 2760311.

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

Color convert

RGB 119 30 42 -
CMYK 0 0.75 0.65 0.53
HSL 351.91º 0.6% 0.29% -
HSV(B) 351.91º 0.75% 0.47% -
XYZ 8.49 5.02 2.71 -
YUV 57.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 119 30 42 0 0.75 0.65 0.53 351.91 0.6 0.29
Hex 77 1E 2A 0 4B 41 35 160 3C 1D
Octal 167 36 52 0 113 101 65 540 74 35
Binary 1110111 11110 101010 0 1001011 1000001 110101 101100000 111100 11101

Color Harmonies of #771E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E2A

Black with #771E2A

Text Example


Text Example

White with #771E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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