Html Css Color HEX #771516 Red Berry

📋 copy color: '#771516'

red 119 ◦ green 21 ◦ blue 22

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

Shades of Red Berry #771516

Tints of Red Berry #771516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 73.46%
G = 12.96%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#771516 (or 0x771516) is known color: Red Berry. HEX triplet: 77, 15 and 16. RGB value is (119,21,22). Sum of RGB (Red+Green+Blue) = 119+21+22=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #771516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771516 is #88EAE9. Grayscale: #323232. Windows color (decimal): -8973034 or 1447287. OLE color: 1447287.

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

Color convert

RGB 119 21 22 -
CMYK 0 0.82 0.82 0.53
HSL 359.39º 0.7% 0.27% -
HSV(B) 359.39º 0.82% 0.47% -
XYZ 8.02 4.52 1.21 -
YUV 50.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 119 21 22 0 0.82 0.82 0.53 359.39 0.7 0.27
Hex 77 15 16 0 52 52 35 167 46 1B
Octal 167 25 26 0 122 122 65 547 106 33
Binary 1110111 10101 10110 0 1010010 1010010 110101 101100111 1000110 11011

Color Harmonies of #771516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771516

Black with #771516

Text Example


Text Example

White with #771516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771516; }

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

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

background-color css

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

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

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

border-color css

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

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

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