Html Css Color HEX #771C2C Red Berry

📋 copy color: '#771C2C'

red 119 ◦ green 28 ◦ blue 44

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

Shades of Red Berry #771C2C

Tints of Red Berry #771C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 62.3%
G = 14.66%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#771C2C (or 0x771C2C) is known color: Red Berry. HEX triplet: 77, 1C and 2C. RGB value is (119,28,44). Sum of RGB (Red+Green+Blue) = 119+28+44=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C2C is #88E3D3. Grayscale: #393939. Windows color (decimal): -8971220 or 2890871. OLE color: 2890871.

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

Color convert

RGB 119 28 44 -
CMYK 0 0.76 0.63 0.53
HSL 349.45º 0.62% 0.29% -
HSV(B) 349.45º 0.76% 0.47% -
XYZ 8.48 4.93 2.89 -
YUV 57.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 119 28 44 0 0.76 0.63 0.53 349.45 0.62 0.29
Hex 77 1C 2C 0 4C 3F 35 15D 3E 1D
Octal 167 34 54 0 114 77 65 535 76 35
Binary 1110111 11100 101100 0 1001100 111111 110101 101011101 111110 11101

Color Harmonies of #771C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C2C

Black with #771C2C

Text Example


Text Example

White with #771C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,28,44); }

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

background-color css

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

 a { background-color: rgb(119,28,44); }

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

border-color css

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

 span { border-color: rgb(119,28,44); }

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