Html Css Color HEX #771718 Red Berry

📋 copy color: '#771718'

red 119 ◦ green 23 ◦ blue 24

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

Shades of Red Berry #771718

Tints of Red Berry #771718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.86%

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 71.69%
G = 13.86%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#771718 (or 0x771718) is known color: Red Berry. HEX triplet: 77, 17 and 18. RGB value is (119,23,24). Sum of RGB (Red+Green+Blue) = 119+23+24=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #771718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771718 is #88E8E7. Grayscale: #333333. Windows color (decimal): -8972520 or 1578871. OLE color: 1578871.

HSL color Cylindrical-coordinate representation of color #771718: hue angle of 359.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771718 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 24 -
CMYK 0 0.81 0.80 0.53
HSL 359.38º 0.68% 0.28% -
HSV(B) 359.38º 0.81% 0.47% -
XYZ 8.08 4.6 1.33 -
YUV 51.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 119 23 24 0 0.81 0.80 0.53 359.38 0.68 0.28
Hex 77 17 18 0 51 50 35 167 44 1C
Octal 167 27 30 0 121 120 65 547 104 34
Binary 1110111 10111 11000 0 1010001 1010000 110101 101100111 1000100 11100

Color Harmonies of #771718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771718

Black with #771718

Text Example


Text Example

White with #771718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771718; }

 p { color: rgb(119,23,24); }

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

background-color css

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

 a { background-color: rgb(119,23,24); }

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

border-color css

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

 span { border-color: rgb(119,23,24); }

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