Html Css Color HEX #771016 Red Berry

📋 copy color: '#771016'

red 119 ◦ green 16 ◦ blue 22

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

Shades of Red Berry #771016

Tints of Red Berry #771016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 22 (8.98% from 255) = 14.01%

R = 75.8%
G = 10.19%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#771016 (or 0x771016) is known color: Red Berry. HEX triplet: 77, 10 and 16. RGB value is (119,16,22). Sum of RGB (Red+Green+Blue) = 119+16+22=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #771016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771016 is #88EFE9. Grayscale: #2F2F2F. Windows color (decimal): -8974314 or 1446007. OLE color: 1446007.

HSL color Cylindrical-coordinate representation of color #771016: hue angle of 356.5º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771016 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 22 -
CMYK 0 0.87 0.82 0.53
HSL 356.5º 0.76% 0.26% -
HSV(B) 356.5º 0.87% 0.47% -
XYZ 7.94 4.35 1.18 -
YUV 47.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 119 16 22 0 0.87 0.82 0.53 356.5 0.76 0.26
Hex 77 10 16 0 57 52 35 165 4C 1A
Octal 167 20 26 0 127 122 65 545 114 32
Binary 1110111 10000 10110 0 1010111 1010010 110101 101100101 1001100 11010

Color Harmonies of #771016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771016

Black with #771016

Text Example


Text Example

White with #771016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771016; }

 p { color: rgb(119,16,22); }

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

background-color css

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

 a { background-color: rgb(119,16,22); }

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

border-color css

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

 span { border-color: rgb(119,16,22); }

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