Html Css Color HEX #771D26 Red Berry

📋 copy color: '#771D26'

red 119 ◦ green 29 ◦ blue 38

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

Shades of Red Berry #771D26

Tints of Red Berry #771D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.59%

 BLUE value IS 38 (15.23% from 255) = 20.43%

R = 63.98%
G = 15.59%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#771D26 (or 0x771D26) is known color: Red Berry. HEX triplet: 77, 1D and 26. RGB value is (119,29,38). Sum of RGB (Red+Green+Blue) = 119+29+38=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #771D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D26 is #88E2D9. Grayscale: #383838. Windows color (decimal): -8970970 or 2497911. OLE color: 2497911.

HSL color Cylindrical-coordinate representation of color #771D26: hue angle of 354º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D26 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 38 -
CMYK 0 0.76 0.68 0.53
HSL 354º 0.61% 0.29% -
HSV(B) 354º 0.76% 0.47% -
XYZ 8.4 4.94 2.34 -
YUV 56.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 119 29 38 0 0.76 0.68 0.53 354 0.61 0.29
Hex 77 1D 26 0 4C 44 35 162 3D 1D
Octal 167 35 46 0 114 104 65 542 75 35
Binary 1110111 11101 100110 0 1001100 1000100 110101 101100010 111101 11101

Color Harmonies of #771D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D26

Black with #771D26

Text Example


Text Example

White with #771D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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