Html Css Color HEX #772313 Falu Red

📋 copy color: '#772313'

red 119 ◦ green 35 ◦ blue 19

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

Shades of Falu Red #772313

Tints of Falu Red #772313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

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

R = 68.79%
G = 20.23%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#772313 (or 0x772313) is known color: Falu Red. HEX triplet: 77, 23 and 13. RGB value is (119,35,19). Sum of RGB (Red+Green+Blue) = 119+35+19=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772313 is #88DCEC. Grayscale: #3A3A3A. Windows color (decimal): -8969453 or 1254263. OLE color: 1254263.

HSL color Cylindrical-coordinate representation of color #772313: hue angle of 9.6º 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 #772313 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 19 -
CMYK 0 0.71 0.84 0.53
HSL 9.6º 0.72% 0.27% -
HSV(B) 9.6º 0.84% 0.47% -
XYZ 8.33 5.17 1.18 -
YUV 58.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 119 35 19 0 0.71 0.84 0.53 9.6 0.72 0.27
Hex 77 23 13 0 47 54 35 A 48 1B
Octal 167 43 23 0 107 124 65 12 110 33
Binary 1110111 100011 10011 0 1000111 1010100 110101 1010 1001000 11011

Color Harmonies of #772313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772313

Black with #772313

Text Example


Text Example

White with #772313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772313; }

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

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

background-color css

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

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

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

border-color css

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

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

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