Html Css Color HEX #771A1D Red Berry

📋 copy color: '#771A1D'

red 119 ◦ green 26 ◦ blue 29

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

Shades of Red Berry #771A1D

Tints of Red Berry #771A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 68.39%
G = 14.94%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#771A1D (or 0x771A1D) is known color: Red Berry. HEX triplet: 77, 1A and 1D. RGB value is (119,26,29). Sum of RGB (Red+Green+Blue) = 119+26+29=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #771A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A1D is #88E5E2. Grayscale: #363636. Windows color (decimal): -8971747 or 1907319. OLE color: 1907319.

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

Color convert

RGB 119 26 29 -
CMYK 0 0.78 0.76 0.53
HSL 358.06º 0.64% 0.28% -
HSV(B) 358.06º 0.78% 0.47% -
XYZ 8.2 4.75 1.65 -
YUV 54.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 119 26 29 0 0.78 0.76 0.53 358.06 0.64 0.28
Hex 77 1A 1D 0 4E 4C 35 166 40 1C
Octal 167 32 35 0 116 114 65 546 100 34
Binary 1110111 11010 11101 0 1001110 1001100 110101 101100110 1000000 11100

Color Harmonies of #771A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A1D

Black with #771A1D

Text Example


Text Example

White with #771A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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