Html Css Color HEX #771B1B Falu Red

📋 copy color: '#771B1B'

red 119 ◦ green 27 ◦ blue 27

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

Shades of Falu Red #771B1B

Tints of Falu Red #771B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 68.79%
G = 15.61%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#771B1B (or 0x771B1B) is known color: Falu Red. HEX triplet: 77, 1B and 1B. RGB value is (119,27,27). Sum of RGB (Red+Green+Blue) = 119+27+27=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #771B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B1B is #88E4E4. Grayscale: #363636. Windows color (decimal): -8971493 or 1776503. OLE color: 1776503.

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

Color convert

RGB 119 27 27 -
CMYK 0 0.77 0.77 0.53
HSL 0.63% 0.29% -
HSV(B) 0.77% 0.47% -
XYZ 8.2 4.78 1.53 -
YUV 54.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 119 27 27 0 0.77 0.77 0.53 0 0.63 0.29
Hex 77 1B 1B 0 4D 4D 35 0 3F 1D
Octal 167 33 33 0 115 115 65 0 77 35
Binary 1110111 11011 11011 0 1001101 1001101 110101 0 111111 11101

Color Harmonies of #771B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B1B

Black with #771B1B

Text Example


Text Example

White with #771B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,27,27); }

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

background-color css

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

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

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

border-color css

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

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

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