Html Css Color HEX #771D1F Red Berry

📋 copy color: '#771D1F'

red 119 ◦ green 29 ◦ blue 31

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

Shades of Red Berry #771D1F

Tints of Red Berry #771D1F

RGB

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

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

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

R = 66.48%
G = 16.2%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#771D1F (or 0x771D1F) is known color: Red Berry. HEX triplet: 77, 1D and 1F. RGB value is (119,29,31). Sum of RGB (Red+Green+Blue) = 119+29+31=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #771D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D1F is #88E2E0. Grayscale: #383838. Windows color (decimal): -8970977 or 2039159. OLE color: 2039159.

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

Color convert

RGB 119 29 31 -
CMYK 0 0.76 0.74 0.53
HSL 358.67º 0.61% 0.29% -
HSV(B) 358.67º 0.76% 0.47% -
XYZ 8.29 4.9 1.8 -
YUV 56.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 119 29 31 0 0.76 0.74 0.53 358.67 0.61 0.29
Hex 77 1D 1F 0 4C 4A 35 167 3D 1D
Octal 167 35 37 0 114 112 65 547 75 35
Binary 1110111 11101 11111 0 1001100 1001010 110101 101100111 111101 11101

Color Harmonies of #771D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D1F

Black with #771D1F

Text Example


Text Example

White with #771D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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