Html Css Color HEX #771D02 Falu Red

📋 copy color: '#771D02'

red 119 ◦ green 29 ◦ blue 2

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

Shades of Falu Red #771D02

Tints of Falu Red #771D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 79.33%
G = 19.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#771D02 (or 0x771D02) is known color: Falu Red. HEX triplet: 77, 1D and 02. RGB value is (119,29,2). Sum of RGB (Red+Green+Blue) = 119+29+2=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D02 is #88E2FD. Grayscale: #353535. Windows color (decimal): -8971006 or 138615. OLE color: 138615.

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

Color convert

RGB 119 29 2 -
CMYK 0 0.76 0.98 0.53
HSL 13.85º 0.97% 0.24% -
HSV(B) 13.85º 0.98% 0.47% -
XYZ 8.06 4.81 0.56 -
YUV 52.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 119 29 2 0 0.76 0.98 0.53 13.85 0.97 0.24
Hex 77 1D 2 0 4C 62 35 E 61 18
Octal 167 35 2 0 114 142 65 16 141 30
Binary 1110111 11101 10 0 1001100 1100010 110101 1110 1100001 11000

Color Harmonies of #771D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D02

Black with #771D02

Text Example


Text Example

White with #771D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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