Html Css Color HEX #772513 Falu Red

📋 copy color: '#772513'

red 119 ◦ green 37 ◦ blue 19

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

Shades of Falu Red #772513

Tints of Falu Red #772513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

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

R = 68%
G = 21.14%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#772513 (or 0x772513) is known color: Falu Red. HEX triplet: 77, 25 and 13. RGB value is (119,37,19). Sum of RGB (Red+Green+Blue) = 119+37+19=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #772513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772513 is #88DAEC. Grayscale: #3B3B3B. Windows color (decimal): -8968941 or 1254775. OLE color: 1254775.

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

Color convert

RGB 119 37 19 -
CMYK 0 0.69 0.84 0.53
HSL 10.8º 0.72% 0.27% -
HSV(B) 10.8º 0.84% 0.47% -
XYZ 8.39 5.29 1.2 -
YUV 59.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 119 37 19 0 0.69 0.84 0.53 10.8 0.72 0.27
Hex 77 25 13 0 45 54 35 B 48 1B
Octal 167 45 23 0 105 124 65 13 110 33
Binary 1110111 100101 10011 0 1000101 1010100 110101 1011 1001000 11011

Color Harmonies of #772513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772513

Black with #772513

Text Example


Text Example

White with #772513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772513; }

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

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

background-color css

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

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

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

border-color css

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

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

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