Html Css Color HEX #771A1B Red Berry

📋 copy color: '#771A1B'

red 119 ◦ green 26 ◦ blue 27

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

Shades of Red Berry #771A1B

Tints of Red Berry #771A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 69.19%
G = 15.12%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#771A1B (or 0x771A1B) is known color: Red Berry. HEX triplet: 77, 1A and 1B. RGB value is (119,26,27). Sum of RGB (Red+Green+Blue) = 119+26+27=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #771A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A1B is #88E5E4. Grayscale: #363636. Windows color (decimal): -8971749 or 1776247. OLE color: 1776247.

HSL color Cylindrical-coordinate representation of color #771A1B: hue angle of 359.35º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A1B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 27 -
CMYK 0 0.78 0.77 0.53
HSL 359.35º 0.64% 0.28% -
HSV(B) 359.35º 0.78% 0.47% -
XYZ 8.17 4.74 1.52 -
YUV 53.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 119 26 27 0 0.78 0.77 0.53 359.35 0.64 0.28
Hex 77 1A 1B 0 4E 4D 35 167 40 1C
Octal 167 32 33 0 116 115 65 547 100 34
Binary 1110111 11010 11011 0 1001110 1001101 110101 101100111 1000000 11100

Color Harmonies of #771A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A1B

Black with #771A1B

Text Example


Text Example

White with #771A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771A1B; }

 p { color: rgb(119,26,27); }

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

background-color css

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

 a { background-color: rgb(119,26,27); }

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

border-color css

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

 span { border-color: rgb(119,26,27); }

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