Html Css Color HEX #772413 Falu Red

📋 copy color: '#772413'

red 119 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #772413

Tints of Falu Red #772413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 68.39%
G = 20.69%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#772413 (or 0x772413) is known color: Falu Red. HEX triplet: 77, 24 and 13. RGB value is (119,36,19). Sum of RGB (Red+Green+Blue) = 119+36+19=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #772413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772413 is #88DBEC. Grayscale: #3B3B3B. Windows color (decimal): -8969197 or 1254519. OLE color: 1254519.

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

Color convert

RGB 119 36 19 -
CMYK 0 0.70 0.84 0.53
HSL 10.2º 0.72% 0.27% -
HSV(B) 10.2º 0.84% 0.47% -
XYZ 8.36 5.23 1.19 -
YUV 58.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 119 36 19 0 0.70 0.84 0.53 10.2 0.72 0.27
Hex 77 24 13 0 46 54 35 A 48 1B
Octal 167 44 23 0 106 124 65 12 110 33
Binary 1110111 100100 10011 0 1000110 1010100 110101 1010 1001000 11011

Color Harmonies of #772413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772413

Black with #772413

Text Example


Text Example

White with #772413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772413; }

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

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

background-color css

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

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

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

border-color css

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

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

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