Html Css Color HEX #771C1F Red Berry

📋 copy color: '#771C1F'

red 119 ◦ green 28 ◦ blue 31

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

Shades of Red Berry #771C1F

Tints of Red Berry #771C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 66.85%
G = 15.73%
B = 17.42%

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

#771C1F (or 0x771C1F) is known color: Red Berry. HEX triplet: 77, 1C and 1F. RGB value is (119,28,31). Sum of RGB (Red+Green+Blue) = 119+28+31=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C1F is #88E3E0. Grayscale: #373737. Windows color (decimal): -8971233 or 2038903. OLE color: 2038903.

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

Color convert

RGB 119 28 31 -
CMYK 0 0.76 0.74 0.53
HSL 358.02º 0.62% 0.29% -
HSV(B) 358.02º 0.76% 0.47% -
XYZ 8.27 4.85 1.8 -
YUV 55.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 119 28 31 0 0.76 0.74 0.53 358.02 0.62 0.29
Hex 77 1C 1F 0 4C 4A 35 166 3E 1D
Octal 167 34 37 0 114 112 65 546 76 35
Binary 1110111 11100 11111 0 1001100 1001010 110101 101100110 111110 11101

Color Harmonies of #771C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C1F

Black with #771C1F

Text Example


Text Example

White with #771C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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