Html Css Color HEX #771D1E Red Berry

📋 copy color: '#771D1E'

red 119 ◦ green 29 ◦ blue 30

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

Shades of Red Berry #771D1E

Tints of Red Berry #771D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.85%

R = 66.85%
G = 16.29%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#771D1E (or 0x771D1E) is known color: Red Berry. HEX triplet: 77, 1D and 1E. RGB value is (119,29,30). Sum of RGB (Red+Green+Blue) = 119+29+30=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D1E is #88E2E1. Grayscale: #383838. Windows color (decimal): -8970978 or 1973623. OLE color: 1973623.

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

Color convert

RGB 119 29 30 -
CMYK 0 0.76 0.75 0.53
HSL 359.33º 0.61% 0.29% -
HSV(B) 359.33º 0.76% 0.47% -
XYZ 8.28 4.89 1.74 -
YUV 56.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 119 29 30 0 0.76 0.75 0.53 359.33 0.61 0.29
Hex 77 1D 1E 0 4C 4B 35 167 3D 1D
Octal 167 35 36 0 114 113 65 547 75 35
Binary 1110111 11101 11110 0 1001100 1001011 110101 101100111 111101 11101

Color Harmonies of #771D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D1E

Black with #771D1E

Text Example


Text Example

White with #771D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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