Html Css Color HEX #771120 Red Berry

📋 copy color: '#771120'

red 119 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #771120

Tints of Red Berry #771120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 70.83%
G = 10.12%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#771120 (or 0x771120) is known color: Red Berry. HEX triplet: 77, 11 and 20. RGB value is (119,17,32). Sum of RGB (Red+Green+Blue) = 119+17+32=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #771120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771120 is #88EEDF. Grayscale: #313131. Windows color (decimal): -8974048 or 2101623. OLE color: 2101623.

HSL color Cylindrical-coordinate representation of color #771120: hue angle of 351.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771120 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 32 -
CMYK 0 0.86 0.73 0.53
HSL 351.18º 0.75% 0.27% -
HSV(B) 351.18º 0.86% 0.47% -
XYZ 8.07 4.43 1.8 -
YUV 49.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 119 17 32 0 0.86 0.73 0.53 351.18 0.75 0.27
Hex 77 11 20 0 56 49 35 15F 4B 1B
Octal 167 21 40 0 126 111 65 537 113 33
Binary 1110111 10001 100000 0 1010110 1001001 110101 101011111 1001011 11011

Color Harmonies of #771120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771120

Black with #771120

Text Example


Text Example

White with #771120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771120; }

 p { color: rgb(119,17,32); }

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

background-color css

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

 a { background-color: rgb(119,17,32); }

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

border-color css

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

 span { border-color: rgb(119,17,32); }

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