Html Css Color HEX #771A1F Red Berry

📋 copy color: '#771A1F'

red 119 ◦ green 26 ◦ blue 31

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

Shades of Red Berry #771A1F

Tints of Red Berry #771A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 67.61%
G = 14.77%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#771A1F (or 0x771A1F) is known color: Red Berry. HEX triplet: 77, 1A and 1F. RGB value is (119,26,31). Sum of RGB (Red+Green+Blue) = 119+26+31=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A1F is #88E5E0. Grayscale: #363636. Windows color (decimal): -8971745 or 2038391. OLE color: 2038391.

HSL color Cylindrical-coordinate representation of color #771A1F: hue angle of 356.77º 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 #771A1F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 31 -
CMYK 0 0.78 0.74 0.53
HSL 356.77º 0.64% 0.28% -
HSV(B) 356.77º 0.78% 0.47% -
XYZ 8.22 4.76 1.78 -
YUV 54.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 119 26 31 0 0.78 0.74 0.53 356.77 0.64 0.28
Hex 77 1A 1F 0 4E 4A 35 165 40 1C
Octal 167 32 37 0 116 112 65 545 100 34
Binary 1110111 11010 11111 0 1001110 1001010 110101 101100101 1000000 11100

Color Harmonies of #771A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A1F

Black with #771A1F

Text Example


Text Example

White with #771A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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