Html Css Color HEX #772113 Falu Red

📋 copy color: '#772113'

red 119 ◦ green 33 ◦ blue 19

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

Shades of Falu Red #772113

Tints of Falu Red #772113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 69.59%
G = 19.3%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#772113 (or 0x772113) is known color: Falu Red. HEX triplet: 77, 21 and 13. RGB value is (119,33,19). Sum of RGB (Red+Green+Blue) = 119+33+19=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772113 is #88DEEC. Grayscale: #393939. Windows color (decimal): -8969965 or 1253751. OLE color: 1253751.

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

Color convert

RGB 119 33 19 -
CMYK 0 0.72 0.84 0.53
HSL 8.4º 0.72% 0.27% -
HSV(B) 8.4º 0.84% 0.47% -
XYZ 8.27 5.06 1.16 -
YUV 57.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 119 33 19 0 0.72 0.84 0.53 8.4 0.72 0.27
Hex 77 21 13 0 48 54 35 8 48 1B
Octal 167 41 23 0 110 124 65 10 110 33
Binary 1110111 100001 10011 0 1001000 1010100 110101 1000 1001000 11011

Color Harmonies of #772113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772113

Black with #772113

Text Example


Text Example

White with #772113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772113; }

 p { color: rgb(119,33,19); }

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

background-color css

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

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

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

border-color css

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

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

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