Html Css Color HEX #771618 Red Berry

📋 copy color: '#771618'

red 119 ◦ green 22 ◦ blue 24

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

Shades of Red Berry #771618

Tints of Red Berry #771618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.33%

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

R = 72.12%
G = 13.33%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#771618 (or 0x771618) is known color: Red Berry. HEX triplet: 77, 16 and 18. RGB value is (119,22,24). Sum of RGB (Red+Green+Blue) = 119+22+24=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #771618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771618 is #88E9E7. Grayscale: #333333. Windows color (decimal): -8972776 or 1578615. OLE color: 1578615.

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

Color convert

RGB 119 22 24 -
CMYK 0 0.82 0.80 0.53
HSL 358.76º 0.69% 0.28% -
HSV(B) 358.76º 0.82% 0.47% -
XYZ 8.06 4.56 1.32 -
YUV 51.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 119 22 24 0 0.82 0.80 0.53 358.76 0.69 0.28
Hex 77 16 18 0 52 50 35 167 45 1C
Octal 167 26 30 0 122 120 65 547 105 34
Binary 1110111 10110 11000 0 1010010 1010000 110101 101100111 1000101 11100

Color Harmonies of #771618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771618

Black with #771618

Text Example


Text Example

White with #771618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771618; }

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

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

background-color css

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

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

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

border-color css

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

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

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